block by larskotthoff 57ea97bc0f0bb5bb4405

57ea97bc0f0bb5bb4405

Full Screen

This stacked bar chart is constructed from a CSV file storing the populations of different states by age group. The chart employs conventional margins and a number of D3 features:

This example doesn’t use d3.layout.stack because it’s easy to just stack each state independently via array.forEach. Here, it makes sense to group the rects by state (column), rather than grouping by age group (series), as you do with a stacked area chart.

index.html

data.csv