Documentation / @ripl/charts / ChordChartEventMap
Interface: ChordChartEventMap ​
Defined in: charts/src/charts/chord.ts:137
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 |
|---|---|---|---|---|
destroyed | null | Emitted when the event bus is destroyed; carries no payload. | EventMap.destroyed | core/src/core/event-bus.ts:21 |
linkclick | ChordChartLinkEvent | Emitted when a ribbon is clicked. | - | charts/src/charts/chord.ts:145 |
linkenter | ChordChartLinkEvent | Emitted when the pointer enters a ribbon. | - | charts/src/charts/chord.ts:147 |
linkleave | ChordChartLinkEvent | Emitted when the pointer leaves a ribbon. | - | charts/src/charts/chord.ts:149 |
segmentclick | ChordChartSegmentEvent | Emitted when an outer arc is clicked. | - | charts/src/charts/chord.ts:139 |
segmententer | ChordChartSegmentEvent | Emitted when the pointer enters an outer arc. | - | charts/src/charts/chord.ts:141 |
segmentleave | ChordChartSegmentEvent | Emitted when the pointer leaves an outer arc. | - | charts/src/charts/chord.ts:143 |