Function: normalizeHeatmapData()
normalizeHeatmapData(
data,xKey?,yAxisKey?,valueKey?):NormalizedHeatmapData
Normalizes data specifically for heatmap charts.
Expects data in format: { xKey: string, yAxisKey: string, valueKey: number }
Parameters
Section titled “Parameters”Raw data (Arrow Table or JSON array)
string
Field key for X-axis (columns)
yAxisKey?
Section titled “yAxisKey?”string
Field key for Y-axis (rows)
valueKey?
Section titled “valueKey?”string | string[]
Field key for the cell values