You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "layered" algorithm will route edges based on org.eclipse.elk.edgeRouting as POLYLINE, ORTHOGONAL, SPLINES... which look nice. I'd like to apply the same edge routing to other layouts. How can I achieve this? It seems to me that the code to do the edge routing must be there so I could call it directly somehow without positioning the nodes?
The text was updated successfully, but these errors were encountered:
Often the edge routing relies on the information where layers are. What you are searching for is standalone edge routing eclipse/elk#315 which is a little complicated.
It is not available elkjs but Typefox developed a bridge to libavoid https://github.com/TypeFox/elk-libavoid that could deliver this feature.
Hi! 👋
The "layered" algorithm will route edges based on
org.eclipse.elk.edgeRouting
as POLYLINE, ORTHOGONAL, SPLINES... which look nice. I'd like to apply the same edge routing to other layouts. How can I achieve this? It seems to me that the code to do the edge routing must be there so I could call it directly somehow without positioning the nodes?The text was updated successfully, but these errors were encountered: