Skip to content

Documentation / @ripl/charts / HeatmapChartCellEvent

Interface: HeatmapChartCellEvent ​

Defined in: charts/src/charts/heatmap.ts:121

Payload emitted for heatmap cell interaction events.

Properties ​

PropertyTypeDescriptionDefined in
valuenumberThe value of the interacted cell.charts/src/charts/heatmap.ts:127
xnumberThe x coordinate (in chart pixels) of the cell's top-center anchor.charts/src/charts/heatmap.ts:123
xLabelstringThe x-axis category of the interacted cell.charts/src/charts/heatmap.ts:129
ynumberThe y coordinate (in chart pixels) of the cell's top-center anchor.charts/src/charts/heatmap.ts:125
yLabelstringThe y-axis category of the interacted cell.charts/src/charts/heatmap.ts:131