Documentation / @ripl/charts / TrendChartEventMap
Interface: TrendChartEventMap ​
Defined in: charts/src/charts/trend.ts:209
Events emitted by a TrendChart that consumers can subscribe to via chart.on(...).
Extends ​
Indexable ​
[
key:string]:unknown
Properties ​
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
barclick | TrendChartBarEvent | Emitted when a bar is clicked. | - | charts/src/charts/trend.ts:211 |
barenter | TrendChartBarEvent | Emitted when the pointer enters a bar. | - | charts/src/charts/trend.ts:213 |
barleave | TrendChartBarEvent | Emitted when the pointer leaves a bar. | - | charts/src/charts/trend.ts:215 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
markerclick | TrendChartMarkerEvent | Emitted when a line/area marker is clicked. | - | charts/src/charts/trend.ts:217 |
markerenter | TrendChartMarkerEvent | Emitted when the pointer enters a line/area marker. | - | charts/src/charts/trend.ts:219 |
markerleave | TrendChartMarkerEvent | Emitted when the pointer leaves a line/area marker. | - | charts/src/charts/trend.ts:221 |