Skip to content

Documentation / @ripl/charts / ChordChartArcEvent

Interface: ChordChartArcEvent

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

Payload emitted for chord outer-arc interaction events.

Properties

PropertyTypeDescriptionDefined in
idstringThe id of the interacted arc.charts/src/charts/chord.ts:99
labelstringThe group label of the interacted arc.charts/src/charts/chord.ts:101
valuenumberThe group's total flow (sum of its matrix row).charts/src/charts/chord.ts:103
xnumberThe x coordinate (in chart pixels) of the arc's centroid.charts/src/charts/chord.ts:95
ynumberThe y coordinate (in chart pixels) of the arc's centroid.charts/src/charts/chord.ts:97