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
Ask your questions
I have 2 questions about the elkjs configuration:
The ordering should be closer to the "expected behavior screenshot" (perferably a (top-left to bottom right) ordering by node ID (added red number in "expected behaviour screenshot" at the nodes))
The current behavior draws the edges across the nodes, would be nice if this can be prevented.
I've tried setting the "Edge routing" to SPLINES:
You might want to take a look at this blogpost if you want to constrain the ordering of nodes.
The edge node overlaps are a problem of reactflow. Typically, this happens since the rendering of the node is bigger than the layout node ELK receives.
I would also ask you to replicate your issue in elk-live (which is currently down so maybe do that later). This way you could try out different options and see how they work together using only ELK.
If elk-live is down you can also run it yourself using docker docker run ghcr.io/kieler/elk-live:master. The links to graphs it exports will work for any hosted elk-live.
Ask your questions
I have 2 questions about the elkjs configuration:
I've tried setting the "Edge routing" to SPLINES:
but this doesn't give the expected result:
I am using "React-Flow" with the "Elk js" algorithm.
This is my configuration:
Expected behavior
This was the concept drawing of the nodes:
Please ignore the text outside the "nodes"
Screenshots
This is the current (initial) behavior based on the config above:
ELK Version
"elkjs": "0.9.3"
"reactflow": "11.11.4"
The text was updated successfully, but these errors were encountered: