Skip to content

Documentation / @ripl/charts / ChordChartLinkEvent

Interface: ChordChartLinkEvent ​

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

Payload emitted for chord ribbon interaction events.

Properties ​

PropertyTypeDescriptionDefined in
idstringThe id of the interacted ribbon.charts/src/charts/chord.ts:127
sourceLabelstringThe label of the ribbon's source group.charts/src/charts/chord.ts:129
targetLabelstringThe label of the ribbon's target group.charts/src/charts/chord.ts:131
valuenumberThe flow value the ribbon represents.charts/src/charts/chord.ts:133
xnumberThe x coordinate (in chart pixels) of the ribbon anchor.charts/src/charts/chord.ts:123
ynumberThe y coordinate (in chart pixels) of the ribbon anchor.charts/src/charts/chord.ts:125