Area with Time Based Data
This demo shows you how to create a time-based area chart with amCharts 5.
Key implementation details
We create an XY chart with DateAxis
as its X axis. The base interval on it is set to minutes, as this is the type of data we have. We add a LineSeries
to the chart and set its fills.template
to visible so we get an area chart as a result.