Skip to content

Documentation / @ripl/charts / SankeyChartLinkEvent

Interface: SankeyChartLinkEvent

Defined in: charts/src/charts/sankey.ts:117

Payload emitted for Sankey link interaction events.

Properties

PropertyTypeDescriptionDefined in
idstringThe link's unique id ("<source>-<target>").charts/src/charts/sankey.ts:123
sourceLabelstringDisplay label of the link's source node.charts/src/charts/sankey.ts:125
targetLabelstringDisplay label of the link's target node.charts/src/charts/sankey.ts:127
valuenumberThe link's flow value.charts/src/charts/sankey.ts:129
xnumberX position of the link's mid-point anchor, in canvas coordinates.charts/src/charts/sankey.ts:119
ynumberY position of the link's mid-point anchor, in canvas coordinates.charts/src/charts/sankey.ts:121