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

Add Parent, chilld or reload tree when data change #146

Open quan1997ap opened 1 year ago

quan1997ap commented 1 year ago

Thank team about your lib. I'm using it for my project. But i dont know how to refresh tree with new data. I try get source code and update, but it still not work. Please, help me. Thanks.

JMHeartley commented 9 months ago

Hello @quan1997ap,

I wrote a library for arranging the data for dTree, try using this to dynamically update the data for you: https://github.com/JMHeartley/dTree-Seed