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
color?
optionalcolor?:string
Defined in: perf/layout/sankey.ts:12
id
id:
string
Defined in: perf/layout/sankey.ts:10
label?
optionallabel?:string
Defined in: perf/layout/sankey.ts:11