Skip to content

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

PropertyTypeDescriptionInherited fromDefined in
arcclickChordChartArcEventEmitted when an outer arc is clicked.-charts/src/charts/chord.ts:125
arcenterChordChartArcEventEmitted when the pointer enters an outer arc.-charts/src/charts/chord.ts:127
arcleaveChordChartArcEventEmitted when the pointer leaves an outer arc.-charts/src/charts/chord.ts:129
destroyednullEmitted when the event bus is destroyed; carries no payload.EventMap.destroyedcore/src/core/event-bus.ts:21
ribbonclickChordChartRibbonEventEmitted when a ribbon is clicked.-charts/src/charts/chord.ts:131
ribbonenterChordChartRibbonEventEmitted when the pointer enters a ribbon.-charts/src/charts/chord.ts:133
ribbonleaveChordChartRibbonEventEmitted when the pointer leaves a ribbon.-charts/src/charts/chord.ts:135