ZoomCharts Documentation

ZoomCharts.Configuration.LinearChartRendererData

Methods

externalItems: (from: number, to: number, extra: any): Array<any>

The function that returns the values that are passed to public delegates that allow customization of specific items.

Parameters
from: number
to: number
extra: any
Return value
Data type: Array<any>

Properties

counts: Array<number>

The number of value points aggregated for each value. Used for calculating averages based on the values for larger units.

fromIndex: number
times: Array<number>
toIndex: number
values: Array<number>
X