ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.
https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7
MIT License
509 stars 135 forks source link

Broken SVG in Vue #104

Closed overboy20 closed 4 years ago

overboy20 commented 4 years ago

Hello, I am trying to use dTree in my Vue project and got the following result:

screenshot-127 0 0 1_8000-2020 05 03-21_26_52

In Console no errors.

Are there any ideas how to fix this?

overboy20 commented 4 years ago

Found a reason - styles were not applied because it modified DOM by itself and Vue don't know anything about these elements.

free-might-bobger commented 4 years ago

@overboy20 - how did you fix this one?

overboy20 commented 4 years ago

@free-might-bobger, I didn't fixed this, it requires a lot of rewriting and I used another approach