ZoomCharts Documentation
Version: 1.21.8 (2025-09-01)
Switch to Version 2.0 (BETA)
Switch to Version 2.0 (BETA)
Data Cache
Pie chart has an internal data cache to minimize data requests to the server.
For each pie identifier a list of slices loaded so far is stored.
Invalidating the cache
Call chart.reloadData()
to invalidate the cache and request new data.