apache / echarts

Apache ECharts is a powerful, interactive charting and data visualization library for browser
https://echarts.apache.org
Apache License 2.0
60.27k stars 19.61k forks source link

[Feature] Sankey diagram, left and right nodes, not centered vertically #19701

Open MenFsq opened 6 months ago

MenFsq commented 6 months ago

What problem does this feature solve?

Sankey diagram, left and right nodes, not centered vertically.blue box is me want to style! 1710124923856

What does the proposed API look like?

It should be the logic of the rendering layer

helgasoft commented 6 months ago

Same issue very noticeable in an official example. You could experiment with layoutIterations value, it may help a little. What I think is even more important is a new feature like moveOverlap, since many nodes are displayed on top of each other.