Skip to content

Documentation / @ripl/charts / LineChartEventMap

Interface: LineChartEventMap ​

Defined in: charts/src/charts/line.ts:138

Events emitted by a LineChart 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
markerclickLineChartMarkerEventEmitted when a marker is clicked.-charts/src/charts/line.ts:140
markerenterLineChartMarkerEventEmitted when the pointer enters a marker.-charts/src/charts/line.ts:142
markerleaveLineChartMarkerEventEmitted when the pointer leaves a marker.-charts/src/charts/line.ts:144