View an interactive table focusing on a specific topic.
View a single table that provides the targeted information you need on your website. Tables can be customized to show the specific data that you want, including specific geographies, time periods, categories, metrics, and even layout. You can also customize titles, subtitles, and dimensions. Tables can be embedded in a website in less than 20 lines of HTML and JavaScript code.
Code snippet
Once you have added the StateBook files to the <head> section of your webpage, this is the only code you need:
<div id="statebook-content"></div>
<script>
Statebook.displayData({
authentication: 'demo',
container: 'statebook-content',
display: 'component',
topic: 'dem-household',
view: 'table:acs-hhd-inc',
});
</script>
Comments
0 comments
Article is closed for comments.