Documentation / @ripl/charts / TreemapChartEventMap
Interface: TreemapChartEventMap ​
Defined in: charts/src/charts/treemap.ts:109
Events emitted by a TreemapChart that consumers can subscribe to via chart.on(...).
Extends ​
Indexable ​
[
key:string]:unknown
Properties ​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
nodeclick | TreemapChartNodeEvent | Emitted when a cell is clicked. | - | charts/src/charts/treemap.ts:111 |
nodeenter | TreemapChartNodeEvent | Emitted when the pointer enters a cell. | - | charts/src/charts/treemap.ts:113 |
nodeleave | TreemapChartNodeEvent | Emitted when the pointer leaves a cell. | - | charts/src/charts/treemap.ts:115 |