Closed courious-dev closed 3 years ago
Hi BalkanGraph team.
I am trying to your your library to create a family tree similar to your example
Unfortunately I can't figure out how to connect two branches of the tree together. For example here is what I currently have:
In this example, I want to connect node 4 and node 7 and create a child of that connection and get something like this:
Is there any way for me to achieve this?
This is not supported by OrgChart JS. You can see this approach instead: https://balkangraph.com/OrgChartJS-Demos/FamilyTree
Hi BalkanGraph team.
I am trying to your your library to create a family tree similar to your example
Unfortunately I can't figure out how to connect two branches of the tree together. For example here is what I currently have:
In this example, I want to connect node 4 and node 7 and create a child of that connection and get something like this:
Is there any way for me to achieve this?