What problem does this feature solve?
Hi
I am wanting to create a bidirectional tree chart ( similar to a family tree), which has the root node at the center, its children below it and parents above it with each node having a fixed height and width.
If I further expand my parent nodes they open upwards and if I open child node they open downwards.
- If the layout is bottom : It opens the chart in bottom up direction ( upwards )
- and if the layout is top : It opens the chart in top down direction (downwards)
what I aim to do is have both of these in one single chart and create something similar to this:
- with the yellow node being the root
- purple being the children
- green being the parent
- and a expand (+)/ collapse(-) icon to toggle between expanded states

How will be able to achieve this ? I tried multiple ways but am unable to attain this behaviour.......
What problem does this feature solve?
Hi
I am wanting to create a bidirectional tree chart ( similar to a family tree), which has the root node at the center, its children below it and parents above it with each node having a fixed height and width.
If I further expand my parent nodes they open upwards and if I open child node they open downwards.
what I aim to do is have both of these in one single chart and create something similar to this:
How will be able to achieve this ? I tried multiple ways but am unable to attain this behaviour.......