Skip to content

Documentation / @ripl/charts / PolarScatterChartEventMap

Interface: PolarScatterChartEventMap

Defined in: charts/src/charts/polar-scatter.ts:128

Events emitted by a PolarScatterChart 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
markerclickPolarScatterMarkerEventEmitted when a marker is clicked.-charts/src/charts/polar-scatter.ts:130
markerenterPolarScatterMarkerEventEmitted when the pointer enters a marker.-charts/src/charts/polar-scatter.ts:132
markerleavePolarScatterMarkerEventEmitted when the pointer leaves a marker.-charts/src/charts/polar-scatter.ts:134