Skip to content

Documentation / @ripl/charts / AreaChartEventMap

Interface: AreaChartEventMap

Defined in: charts/src/charts/area.ts:185

Events emitted by an AreaChart 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
markerclickAreaChartMarkerEventEmitted when a marker is clicked.-charts/src/charts/area.ts:187
markerenterAreaChartMarkerEventEmitted when the pointer enters a marker.-charts/src/charts/area.ts:189
markerleaveAreaChartMarkerEventEmitted when the pointer leaves a marker.-charts/src/charts/area.ts:191