navigator.miniChart.series[type=' candlestick']
- type
'candlestick' - Configuration for the Candlestick Series.
- xKey
DatumKey - xKey as specified on series options.
- openKey
DatumKey - The key to use to retrieve open values from the data.
- closeKey
DatumKey - The key to use to retrieve close values from the data.
- highKey
DatumKey - The key to use to retrieve high values from the data.
- lowKey
DatumKey - The key to use to retrieve low values from the data.
- itemStyler
Styler - Function used to return formatting for individual columns, based on the given parameters.
- selection
AgSelectionOptions - Configuration for data selection.
- item
AgCandlestickSeriesItem - Configuration used for the series items.
- 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.
- openName
string - A human-readable description of open values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- closeName
string - A human-readable description of close values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- highName
string - A human-readable description of high values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- lowName
string - A human-readable description of low values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
navigator.miniChart.series[type=' candlestick']
- type
'candlestick' - Configuration for the Candlestick Series.
- xKey
DatumKey - xKey as specified on series options.
- openKey
DatumKey - The key to use to retrieve open values from the data.
- closeKey
DatumKey - The key to use to retrieve close values from the data.
- highKey
DatumKey - The key to use to retrieve high values from the data.
- lowKey
DatumKey - The key to use to retrieve low values from the data.
- itemStyler
Styler - Function used to return formatting for individual columns, based on the given parameters.
- selection
AgSelectionOptions - Configuration for data selection.
- item
AgCandlestickSeriesItem - Configuration used for the series items.
- 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.
- openName
string - A human-readable description of open values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- closeName
string - A human-readable description of close values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- highName
string - A human-readable description of high values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.
- lowName
string - A human-readable description of low values. If supplied, this will be shown in the default tooltip and passed to the tooltip renderer as one of the parameters.