Skip to content

Documentation / @ripl/charts / ForceDirectedLinkEvent

Interface: ForceDirectedLinkEvent ​

Defined in: charts/src/charts/force-directed.ts:151

Payload emitted for force-directed link interaction events.

Properties ​

PropertyTypeDescriptionDefined in
sourcestringId of the link's source node.charts/src/charts/force-directed.ts:157
targetstringId of the link's target node.charts/src/charts/force-directed.ts:159
valuenumberThe link's weight (0 when none was provided).charts/src/charts/force-directed.ts:161
xnumberThe x coordinate (in chart pixels) of the link's midpoint.charts/src/charts/force-directed.ts:153
ynumberThe y coordinate (in chart pixels) of the link's midpoint.charts/src/charts/force-directed.ts:155