Skip to content

Documentation / @ripl/charts / HeatmapChartEventMap

Interface: HeatmapChartEventMap

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

Events emitted by a HeatmapChart that consumers can subscribe to via chart.on(...).

Extends

Indexable

[key: string]: unknown

Properties

PropertyTypeDescriptionInherited fromDefined in
cellclickHeatmapChartCellEventEmitted when a cell is clicked.-charts/src/charts/heatmap.ts:108
cellenterHeatmapChartCellEventEmitted when the pointer enters a cell.-charts/src/charts/heatmap.ts:110
cellleaveHeatmapChartCellEventEmitted when the pointer leaves a cell.-charts/src/charts/heatmap.ts:112
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21