Skip to content

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 ​

PropertyTypeDescriptionInherited fromDefined in
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21
markerclickScatterChartMarkerEventEmitted when a bubble is clicked.-charts/src/charts/scatter.ts:149
markerenterScatterChartMarkerEventEmitted when the pointer enters a bubble.-charts/src/charts/scatter.ts:151
markerleaveScatterChartMarkerEventEmitted when the pointer leaves a bubble.-charts/src/charts/scatter.ts:153