Closed Alexi5 closed 3 years ago
Hi Alexis!
Do you mean this?: https://jsfiddle.net/9d1nx8k0/1/
Hi! Yes, I'm looking for something like that.
Can the curved line be customized? And is it possible to add a child node that belongs to both subtrees (ex one parent from each of those subtrees)?
Thanks!
The C link can be customized. It is not possible to add child of both subrees as parents. If you you trying to create family tree you could look at this approach: https://balkangraph.com/OrgChartJS-Demos/FamilyTree
Ok great!
Since there's no way to add children of different subtrees, I'm going to use the expand/collapse functionality to show different trees. Do you know if there is an example of that?
Could you show us with a screenshot what exactly do you mean?
Sure thing
If I have a tree that looks like this. Then when I click "Harvey Bishop" it will expand to a different tree
This will be the new tree that is expanded. Its hidden until we click on a descendent of that tree
Here is how you can add a button for loading the second chart: https://jsfiddle.net/BALKANGraph/oj4hdbL8/
Great, thank you!
Hello,
Is there a way to connect children of two different subtrees?