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

Why am i getting d3 is not defined error? #111

Open satyajitcet opened 3 years ago

satyajitcet commented 3 years ago

i am using this with react.js and install d3 and lodash packages. But in app running , i am getting d3 is not defined.

Masa-99 commented 3 years ago

Maybe you need an "older" version of d3? It works with d3.v4

jivedesign commented 2 years ago

I'm also getting this error

BeanRice commented 1 year ago

I also had this error when using it in Vue.js, it looks like this library is no longer maintained