Skip to content

Documentation / @ripl/charts / ChordChartRibbonEvent

Interface: ChordChartRibbonEvent

Defined in: charts/src/charts/chord.ts:107

Payload emitted for chord ribbon interaction events.

Properties

PropertyTypeDescriptionDefined in
idstringThe id of the interacted ribbon.charts/src/charts/chord.ts:113
sourceLabelstringThe label of the ribbon's source group.charts/src/charts/chord.ts:115
targetLabelstringThe label of the ribbon's target group.charts/src/charts/chord.ts:117
valuenumberThe flow value the ribbon represents.charts/src/charts/chord.ts:119
xnumberThe x coordinate (in chart pixels) of the ribbon anchor.charts/src/charts/chord.ts:109
ynumberThe y coordinate (in chart pixels) of the ribbon anchor.charts/src/charts/chord.ts:111