ZoomCharts Documentation
ZoomCharts.Configuration.PieChartPieData
A cache of raw data. This might contain only a subset of all potentially available values, with more values loaded on demand. The already loaded values will be a contiguous subset of all potentially available values.
Methods
Properties
Sum of not yet loaded values which come after the already loaded values. Not used for FacetChart.
Sum of not yet loaded values which come before the already loaded values. Not used for FacetChart.
Whether the already loaded data includes the final slice. Note that it might still not include the first slice.
Additional data that was specified in the data object.
Index in the list of all potentially available values, where the already loaded values start.
Sum of all potentially available values. Not used for FacetChart
Count of all potentially available values. Only set after the end has been reached.
Array of already loaded values
Sum of already loaded values. Not used for FacetChart.