RawSankeyNode
Defined in: perf/layout/sankey.ts:9
Lightweight Sankey layout: column assignment by longest path, vertical positioning by iterative relaxation. Pure compute — no DOM access.
Complexity is O(iterations × (links + nodes)). Iterations default to 16
which is sufficient for the diagram sizes typical in dashboards.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor?:string
Defined in: perf/layout/sankey.ts:12
id:
string
Defined in: perf/layout/sankey.ts:10
label?
Section titled “label?”
optionallabel?:string
Defined in: perf/layout/sankey.ts:11