navigator.miniChart.series[type=' waterfall']
- type
'waterfall' - Configuration for the Waterfall Series.
- xKey
DatumKey - The key to use to retrieve x-values from the data.
- yKey
DatumKey - The key to use to retrieve y-values from the data.
- totals
WaterfallSeriesTotalMeta[] - Configuration of total and subtotal values.
- id
stringdefault: auto-generated value - Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
- data
DatumDefault[] - The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
- xKeyAxis
stringdefault: 'x' - The key of the x-axis to which this series is bound.
- yKeyAxis
stringdefault: 'y' - The key of the y-axis to which this series is bound.
- item
AgWaterfallSeriesItem - Configuration used for the waterfall series item types.
- line
AgWaterfallSeriesLineOptions - Configuration for the connector lines.
- width
PixelSize - Fixed width of each bar in the series.
- widthRatio
Ratio - Ratio of the bandwidth (or specified width) to use for the width for each bar in the series.
navigator.miniChart.series[type=' waterfall']
- type
'waterfall' - Configuration for the Waterfall Series.
- xKey
DatumKey - The key to use to retrieve x-values from the data.
- yKey
DatumKey - The key to use to retrieve y-values from the data.
- totals
WaterfallSeriesTotalMeta[] - Configuration of total and subtotal values.
- id
stringdefault: auto-generated value - Primary identifier for the series. This is provided as `seriesId` in user callbacks to differentiate multiple series. Auto-generated ids are subject to future change without warning, if your callbacks need to vary behaviour by series please supply your own unique `id` value.
- data
DatumDefault[] - The data to use when rendering the series. If this is not supplied, data must be set on the chart instead.
- xKeyAxis
stringdefault: 'x' - The key of the x-axis to which this series is bound.
- yKeyAxis
stringdefault: 'y' - The key of the y-axis to which this series is bound.
- item
AgWaterfallSeriesItem - Configuration used for the waterfall series item types.
- line
AgWaterfallSeriesLineOptions - Configuration for the connector lines.
- width
PixelSize - Fixed width of each bar in the series.
- widthRatio
Ratio - Ratio of the bandwidth (or specified width) to use for the width for each bar in the series.