Area chart
An area chart is a line chart with the region beneath it filled, which reads as a magnitude rather than a rate. Stacked, it shows how a total is composed over time.
The trap is that only the bottom band has a flat baseline, so every band above it is hard to read individually.
#When this is the right chart
Cumulative totals over time.
Composition of a total, when the total matters more than the parts.
Volume, where the filled area conveys quantity.
#What the data needs to look like
Field | Type |
|---|---|
Time | Temporal |
Value | Quantitative |
Series | Nominal, for stacking |
#A worked example
A stacked area chart of storage growth:
The source, which you can paste into a new diagram and edit:
#A few things that catch people out
Put the most important series at the bottom; it is the only one with a flat baseline.
If readers need to compare individual series, use lines instead.
Do not stack values that are not additive. Percentages of different totals are not.
#Related
Pick the chart for the question, not for the look.
