Skip to content

Interface: HeatmapChartSpecificProps

Props specific to heatmap charts

optional max?: number

Max value for color scale (auto-detected if not provided)


optional min?: number

Min value for color scale (auto-detected if not provided)


optional showLabels?: boolean

Show value labels on cells

false

optional yAxisKey?: string

Field key for the Y-axis categories. For heatmaps, data should have: xKey (column), yAxisKey (row), and yKey (value).