Documentation / @ripl/charts / RadarChartEventMap
Interface: RadarChartEventMap ​
Defined in: charts/src/charts/radar.ts:137
Events emitted by a RadarChart 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 | RadarChartMarkerEvent | Emitted when a point marker is clicked. | - | charts/src/charts/radar.ts:139 |
markerenter | RadarChartMarkerEvent | Emitted when the pointer enters a point marker. | - | charts/src/charts/radar.ts:141 |
markerleave | RadarChartMarkerEvent | Emitted when the pointer leaves a point marker. | - | charts/src/charts/radar.ts:143 |