Reputation: 555
Can anyone point me to the right direction, i'm building a family tree chart with custom layout using d3.js, As i know it is possible to show parents and childrens using hierarchal tree layout, but i don't get on how to display partners and sibling. Any ideas on how to do it would be very much appreciated.
Thanks in Advance.
Upvotes: 0
Views: 1497
Reputation: 9645
A project I'm working on requires building a pedigree tree, and I've found using Dagre-d3 works quite well. Have a look at the Sentence Tokenization demo to get started in the right direction.
Upvotes: 3