ssthouse / tree-chart

Flexible tree chart using Canvas and Svg, powered by D3.js; ✅Support Vue, Vue3 and React;
https://ssthouse.github.io/tree-chart/#/svgTree
MIT License
435 stars 96 forks source link

Wide charts are cut off and nodes start to duplicate #132

Open brettsprads opened 4 months ago

brettsprads commented 4 months ago

For charts that have a lot of nodes, when you try scroll across to the end of the nodes, you get this issue:

image

This occurs on both sides, whichever way you go - left or right. I tried looking for a max "width" variable but couldn't see anything set by your repo. Could it be a default max width set by the D3 library?