Documentation / @ripl/charts / GaugeChartEventMap
Interface: GaugeChartEventMap
Defined in: charts/src/charts/gauge.ts:86
Events emitted by a GaugeChart 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 |
valueclick | GaugeChartValueEvent | Emitted when the value arc is clicked. | - | charts/src/charts/gauge.ts:88 |
valueenter | GaugeChartValueEvent | Emitted when the pointer enters the value arc. | - | charts/src/charts/gauge.ts:90 |
valueleave | GaugeChartValueEvent | Emitted when the pointer leaves the value arc. | - | charts/src/charts/gauge.ts:92 |