I have a nested layout with cross-parent edges.
After enabling "hierarchyHandling": "INCLUDE_CHILDREN" layout option, I noticed that some of the edges are using startPoint / endPoint sections relative to the container coordinates they are located.
Is there a layout option I can enable to force all children and edges to use global container: root coordinates instead?
New to Elk , I will be glad for any help.
I have a nested layout with cross-parent edges. After enabling
"hierarchyHandling": "INCLUDE_CHILDREN"
layout option, I noticed that some of the edges are usingstartPoint
/endPoint
sections relative to thecontainer
coordinates they are located.Is there a layout option I can enable to force all children and edges to use global
container: root
coordinates instead?