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
521 stars 139 forks source link

Add support for complex trees #60

Closed vasiliyaltunin closed 6 years ago

vasiliyaltunin commented 7 years ago

I find library that allow to create tree just passing persons id (mother,father, child) - https://gojs.net/latest/samples/genogram.html

I will be nice if you add such thing to this lib, so it possible just create tree from raw GEDCOM data.