Use an area chart to display the accumulation of quantitative data.
Hovering over the chart displays more precise data. The chart units will not be included here as they are reflected on the chart’s axes.
Best practices
- Limit each chart to 10 data series or fewer.
- To identify a moment in time, add a band or guide.
Example: Stacked area chart
Can be used with positive and negative values.
[amcharts
id="serial"
data-type="time"
data-group="DESIGN_STACKEDCHARTS_C1"
data-charttitle="Title"
data-subtitle="Subtitle"
data-rightaxistitle="Right axis title"
data-rightAxisStackType="regular"
data-series0type="fill"
data-series1type="fill"
data-series2type="fill"
data-start_date="2009-01-01"
data-end_date="2013-01-01"
data-period="month"
data-legendUseGraphSettings="false"
]
Example: 100% stacked area chart
Can only be used with positive values.
[amcharts
id="serial"
data-type="time"
data-group="DESIGN_STACKEDCHARTS_C2"
data-charttitle="Title"
data-subtitle="Subtitle"
data-rightaxistitle="Right axis title"
data-rightAxisStackType="100%"
data-series0type="fill"
data-series1type="fill"
data-series2type="fill"
data-series3type="fill"
data-series4type="fill"
data-period="month"
data-legendUseGraphSettings="false"
]