d3 / d3-sankey

Visualize flow between nodes in a directed acyclic network.
https://observablehq.com/collection/@d3/d3-sankey
BSD 3-Clause "New" or "Revised" License
826 stars 255 forks source link

Setting min height of node to avoid overlap issue #93

Open abhimodgi opened 3 years ago

abhimodgi commented 3 years ago

I am facing issue due to huge number of nodes in sanky chart. The node height is rendered very small and node text get's overlapped. Is there a way to set min height of node so that we can avoid overlap issue in case of huge number of nodes. Or is there a way to change graph size height dynamically based on number of nodes.

ambicav2009 commented 1 year ago

Is there a solution for this? Facing the same issue

sleep9 commented 11 months ago

Same problem here.