Interface: SankeyLayoutResult
Defined in: charts/sankey.ts:58
Result of sankeyLayout: node rectangles and link ribbons.
Properties
nodeRects
ts
nodeRects: SankeyNodeRect[];Defined in: charts/sankey.ts:59
ribbons
ts
ribbons: SankeyRibbon[];Defined in: charts/sankey.ts:60