Documentation / @ripl/charts / TrendChartEventMap
Interface: TrendChartEventMap
Defined in: charts/src/charts/trend.ts:170
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 | TrendChartValueEvent | Emitted when a bar is clicked. | - | charts/src/charts/trend.ts:172 |
barenter | TrendChartValueEvent | Emitted when the pointer enters a bar. | - | charts/src/charts/trend.ts:174 |
barleave | TrendChartValueEvent | Emitted when the pointer leaves a bar. | - | charts/src/charts/trend.ts:176 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
markerclick | TrendChartValueEvent | Emitted when a line marker is clicked. | - | charts/src/charts/trend.ts:178 |
markerenter | TrendChartValueEvent | Emitted when the pointer enters a line marker. | - | charts/src/charts/trend.ts:180 |
markerleave | TrendChartValueEvent | Emitted when the pointer leaves a line marker. | - | charts/src/charts/trend.ts:182 |