Interface: HeatmapChartSpecificProps
Props specific to heatmap charts
Properties
Section titled “Properties”
optionalmax?:number
Max value for color scale (auto-detected if not provided)
optionalmin?:number
Min value for color scale (auto-detected if not provided)
showLabels?
Section titled “showLabels?”
optionalshowLabels?:boolean
Show value labels on cells
Default
Section titled “Default”falseyAxisKey?
Section titled “yAxisKey?”
optionalyAxisKey?:string
Field key for the Y-axis categories. For heatmaps, data should have: xKey (column), yAxisKey (row), and yKey (value).