Documentation / @ripl/charts / ScatterChartEventMap
Interface: ScatterChartEventMap ​
Defined in: charts/src/charts/scatter.ts:147
Events emitted by a ScatterChart 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 | ScatterChartMarkerEvent | Emitted when a bubble is clicked. | - | charts/src/charts/scatter.ts:149 |
markerenter | ScatterChartMarkerEvent | Emitted when the pointer enters a bubble. | - | charts/src/charts/scatter.ts:151 |
markerleave | ScatterChartMarkerEvent | Emitted when the pointer leaves a bubble. | - | charts/src/charts/scatter.ts:153 |