sankeyLeft function
Positions the node at the left side, using its depth
as the column index
This alignment is equivalent to the d3‑sankey "left" alignment
Implementation
int sankeyLeft(SankeyNode node, int n) => node.depth;
Positions the node at the left side, using its depth
as the column index
This alignment is equivalent to the d3‑sankey "left" alignment
int sankeyLeft(SankeyNode node, int n) => node.depth;