Documentation / @ripl/charts / LineChartEventMap
Interface: LineChartEventMap
Defined in: charts/src/charts/line.ts:154
Events emitted by a LineChart 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 | LineChartMarkerEvent | Emitted when a marker is clicked. | - | charts/src/charts/line.ts:156 |
markerenter | LineChartMarkerEvent | Emitted when the pointer enters a marker. | - | charts/src/charts/line.ts:158 |
markerleave | LineChartMarkerEvent | Emitted when the pointer leaves a marker. | - | charts/src/charts/line.ts:160 |