Documentation / @ripl/charts / ChordChartEventMap
Interface: ChordChartEventMap
Defined in: charts/src/charts/chord.ts:123
Events emitted by a ChordChart that consumers can subscribe to via chart.on(...).
Extends
Indexable
[
key:string]:unknown
Properties
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
arcclick | ChordChartArcEvent | Emitted when an outer arc is clicked. | - | charts/src/charts/chord.ts:125 |
arcenter | ChordChartArcEvent | Emitted when the pointer enters an outer arc. | - | charts/src/charts/chord.ts:127 |
arcleave | ChordChartArcEvent | Emitted when the pointer leaves an outer arc. | - | charts/src/charts/chord.ts:129 |
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
ribbonclick | ChordChartRibbonEvent | Emitted when a ribbon is clicked. | - | charts/src/charts/chord.ts:131 |
ribbonenter | ChordChartRibbonEvent | Emitted when the pointer enters a ribbon. | - | charts/src/charts/chord.ts:133 |
ribbonleave | ChordChartRibbonEvent | Emitted when the pointer leaves a ribbon. | - | charts/src/charts/chord.ts:135 |