Skip to content

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.

chartType: "categorical" | "timeseries"

NormalizedChartDataBase.chartType


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)[]

NormalizedChartDataBase.xData


xField: string

NormalizedChartDataBase.xField


yAxisData: (string | number)[]

Y-axis categories (rows)


yFields: string[]

NormalizedChartDataBase.yFields