VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] Add node arrangement information to the nodeHeight callback parameters.

Open xiaoluoHe opened this issue 5 months ago • 0 comments

What problem does this feature solve?

在计算 nodeHeight 时,需要知道当前列有几个节点。 当前配置: Image 相关代码: Image

What does the proposed API look like?

 nodeHeight?: number | ((node: SankeyNodeElement, nodes: SankeyNodeElement[][]) => number);

xiaoluoHe avatar Jul 04 '25 08:07 xiaoluoHe