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

the line between nodes in not stable in Vue 2 #128

Open RakanSFD opened 1 year ago

RakanSFD commented 1 year ago

I really love your tools and everything work just fine, but when I zoom in or out the line between the nodes doesn't respond properly. Here a few pics:

1 2 3

RakanSFD commented 1 year ago

I realized the issue when I use min-height in vue-tree it happened, instead I used height. it works perfectly.