elkjs
elkjs copied to clipboard
Layout option to force global `container: root` coordinates for all children and edges
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 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?
I think this is currently not possible, but we may consider this when dealing with this issue.