Skip to content

Documentation / @ripl/charts / SankeyChartLinkEvent

Interface: SankeyChartLinkEvent ​

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

Payload emitted for Sankey link interaction events.

Properties ​

PropertyTypeDescriptionDefined in
idstringThe link's unique id ("<source>-<target>").charts/src/charts/sankey.ts:149
sourceLabelstringDisplay label of the link's source node.charts/src/charts/sankey.ts:151
targetLabelstringDisplay label of the link's target node.charts/src/charts/sankey.ts:153
valuenumberThe link's flow value.charts/src/charts/sankey.ts:155
xnumberX position of the link's mid-point anchor, in canvas coordinates.charts/src/charts/sankey.ts:145
ynumberY position of the link's mid-point anchor, in canvas coordinates.charts/src/charts/sankey.ts:147