Skip to content

Documentation / @ripl/charts / ArcDiagramLinkEvent

Interface: ArcDiagramLinkEvent

Defined in: charts/src/charts/arc-diagram.ts:129

Payload emitted for arc diagram link interaction events.

Properties

PropertyTypeDescriptionDefined in
sourcestringId of the link's source node.charts/src/charts/arc-diagram.ts:135
targetstringId of the link's target node.charts/src/charts/arc-diagram.ts:137
valuenumberThe link's flow value (0 when none was provided).charts/src/charts/arc-diagram.ts:139
xnumberThe x coordinate (in chart pixels) of the arc's midpoint.charts/src/charts/arc-diagram.ts:131
ynumberThe y coordinate (in chart pixels) of the arc's midpoint.charts/src/charts/arc-diagram.ts:133