Interface: HeatmapContext
Extends
Section titled “Extends”Properties
Section titled “Properties”colors
Section titled “colors”colors:
string[]
Inherited from
Section titled “Inherited from”heatmapData
Section titled “heatmapData”heatmapData: [
number,number,number][]
Heatmap data as [xIndex, yIndex, value] tuples
max:
number
Max value for color scale
min:
number
Min value for color scale
showLabels
Section titled “showLabels”showLabels:
boolean
Show value labels on cells
showLegend
Section titled “showLegend”showLegend:
boolean
Inherited from
Section titled “Inherited from”OptionBuilderContext.showLegend
title?
Section titled “title?”
optionaltitle?:string
Inherited from
Section titled “Inherited from”
optionalui?:ChartUITokens
Inherited from
Section titled “Inherited from”valueFormatter?
Section titled “valueFormatter?”
optionalvalueFormatter?:ChartValueFormatter
Inherited from
Section titled “Inherited from”OptionBuilderContext.valueFormatter
xData: (
string|number)[]
Inherited from
Section titled “Inherited from”xField?
Section titled “xField?”
optionalxField?:string
Inherited from
Section titled “Inherited from”yAxisData
Section titled “yAxisData”yAxisData: (
string|number)[]
Y-axis categories (rows)
yDataMap
Section titled “yDataMap”yDataMap:
Record<string, (string|number)[]>
Inherited from
Section titled “Inherited from”yFields
Section titled “yFields”yFields:
string[]