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
431 stars 97 forks source link

when i use demo (render tree with multiple parents) in vue3 it;s can not show the multiple parents #123

Open wenzhenyu310 opened 2 years ago

wenzhenyu310 commented 2 years ago

the sandbox code like this, could you tell me what's wrong in this code --------------------code---------------------------

Nukeap commented 1 year ago

same problem vue2 too

Eugene930 commented 1 year ago

Same problem, change the version of @ssthouse/vue-tree-chart to 0.5.4 works for me... @wenzhenyu310 @Nukeap

cstrom10 commented 1 year ago

I have the same problem. @ssthouse/vue3-tree-chart@0.2.6 is not working. I downgraded to all 0.2.x and same problem.

image

Work with the @ssthouse/vue3-tree-chart@0.1.0

image

chirag-acto commented 2 months ago

Hi, I just wanted to know if this issue has been resolved or if there is any alternative way to fix it. I would be glad if anyone could share a solution (apart from downgrading the version). Thank you.