Documentation / @ripl/charts / PolarScatterChartEventMap
Interface: PolarScatterChartEventMap ​
Defined in: charts/src/charts/polar-scatter.ts:148
Events emitted by a PolarScatterChart 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 |
markerclick | PolarScatterMarkerEvent | Emitted when a marker is clicked. | - | charts/src/charts/polar-scatter.ts:150 |
markerenter | PolarScatterMarkerEvent | Emitted when the pointer enters a marker. | - | charts/src/charts/polar-scatter.ts:152 |
markerleave | PolarScatterMarkerEvent | Emitted when the pointer leaves a marker. | - | charts/src/charts/polar-scatter.ts:154 |