ErikGartner / dTree

A library for visualizing data trees with multiple parents, such as family trees. Built on top of D3.

Home Page:https://treehouse.gartner.io/ErikGartner/58e58be650453b6d49d7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken SVG in Vue

overboy20 opened this issue · comments

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?

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

@overboy20 - how did you fix this one?

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