Documentation / @ripl/charts / PackedCircleChartEventMap
Interface: PackedCircleChartEventMap ​
Defined in: charts/src/charts/packed-circle.ts:123
Events emitted by a PackedCircleChart 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 | PackedCircleChartNodeEvent | Emitted when a circle is clicked. | - | charts/src/charts/packed-circle.ts:125 |
nodeenter | PackedCircleChartNodeEvent | Emitted when the pointer enters a circle. | - | charts/src/charts/packed-circle.ts:127 |
nodeleave | PackedCircleChartNodeEvent | Emitted when the pointer leaves a circle. | - | charts/src/charts/packed-circle.ts:129 |