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

Tree with siblings instead of Spouses #76

Open caffeinecodes opened 6 years ago

caffeinecodes commented 6 years ago

Need to display siblings instead of spouses and children will be associated with the parent not to the spouse.

Please help me to make the tree.

ErikGartner commented 6 years ago

Not sure exactly what you want to do, but if you want to display a parents sibling simply add the grandparent and list all of it's children.

saas786 commented 3 years ago

Need to display siblings instead of spouses and children will be associated with the parent not to the spouse.

Please help me to make the tree.

Should solve your issue: https://github.com/ErikGartner/dTree/issues/43#issuecomment-260170465