navigator.miniChart.series[type=' heatmap']
- type
'heatmap' - Configuration for the Heatmap 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.
- 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.
- selection
AgSelectionOptions - Configuration for data selection.
- 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.
- colorKey
DatumKey - The name of the node key containing the colour value. This value (along with `colorScale` config) will be used to determine the cell colour.
- itemStyler
Styler - Function used to return formatting for individual heatmap cells, based on the given parameters.
- colorScale
AgColorScale - Configuration for colour scale with fills, domain, and mode.
- stroke
AgCssColorOrRef - The colour for the stroke.
- strokeWidth
PixelSize - The width of the stroke in pixels.
- strokeOpacity
Opacity - The opacity of the stroke colour.
navigator.miniChart.series[type=' heatmap']
- type
'heatmap' - Configuration for the Heatmap 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.
- 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.
- selection
AgSelectionOptions - Configuration for data selection.
- 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.
- colorKey
DatumKey - The name of the node key containing the colour value. This value (along with `colorScale` config) will be used to determine the cell colour.
- itemStyler
Styler - Function used to return formatting for individual heatmap cells, based on the given parameters.
- colorScale
AgColorScale - Configuration for colour scale with fills, domain, and mode.
- stroke
AgCssColorOrRef - The colour for the stroke.
- strokeWidth
PixelSize - The width of the stroke in pixels.
- strokeOpacity
Opacity - The opacity of the stroke colour.