Select data granularity
On-Demand Data Loading
This demo shows a sample Stock chart setup which can load its data on-demand.
Try panning the chart chart, zooming, switching granularity. The code will gracefully handle loading missing data from the backend.
It relies on a few of the technologies implemented in amCharts 5:
- Incremental data loading
- CSV data loading and parsing
- Stacked axes
Related tutorials
- Incremental on-demand data loading (commentary about the code behind this demo)
- Stacked axes
- XY chart