Interface: NormalizedHeatmapData
Normalized data for heatmap charts. Extends base (not NormalizedChartData) because heatmaps don’t use yDataMap. Instead, they use heatmapData which contains [xIndex, yIndex, value] tuples.
Extends
Section titled “Extends”Properties
Section titled “Properties”chartType
Section titled “chartType”chartType:
"categorical"|"timeseries"
Inherited from
Section titled “Inherited from”NormalizedChartDataBase.chartType
heatmapData
Section titled “heatmapData”heatmapData: [
number,number,number][]
Heatmap data as [xIndex, yIndex, value] tuples
max:
number
Max value in the data
min:
number
Min value in the data
xData: (
string|number)[]
Inherited from
Section titled “Inherited from”xField
Section titled “xField”xField:
string
Inherited from
Section titled “Inherited from”NormalizedChartDataBase.xField
yAxisData
Section titled “yAxisData”yAxisData: (
string|number)[]
Y-axis categories (rows)
yFields
Section titled “yFields”yFields:
string[]