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

This type does not define any methods.

Properties

afterSum: number

Sum of not yet loaded values which come after the already loaded values. Not used for FacetChart.

beforeSum: number

Sum of not yet loaded values which come before the already loaded values. Not used for FacetChart.

done: boolean

Whether the already loaded data includes the final slice. Note that it might still not include the first slice.

extra: any

Additional data that was specified in the data object.

name: string
offset: number

Index in the list of all potentially available values, where the already loaded values start.

total: number

Sum of all potentially available values. Not used for FacetChart

totalCount: number

Count of all potentially available values. Only set after the end has been reached.

Array of already loaded values

valuesSum: number

Sum of already loaded values. Not used for FacetChart.

X