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
I'm new to this whole ELK layouting topic, so I've got a quite simple question. How can I prevent the algorithm from relocating my nodes. See ELK Demo
I want the Entities to be vertically aligned inside my Bucket. The Buckets themselves should be horizontally aligned.
How can I achieve this? I used elk.direction: DOWN inside the Buckets but this does not lead to the expected result.
Thanks for your help :)
The text was updated successfully, but these errors were encountered:
Placing them vertically would mean placing them in the same layer, as we call it. However, nodes in the same layer cannot be connected by an edge. Thus, what you would like to achieve is not easily possible.
If we had an algorithm that only routed edges through a diagram and left the nodes alone, you could place the nodes to your liking (which, as you describe it, seems straightforward) and have ELK concentrate only on the edges. However, that's not something we support yet, sorry. See #315.
thanks for your quick reply. Is there at least a way of maintaining the vertical alignment of the Entities in the Bucket, e.g. with some extra Ports/Nodes/Edges which I might hide afterwards, even if it's not straight forward? Its not fatal if the horizontal alignment of the Entities changes a bit.
I am unsure what exact layout you are desiring. You can always exclude so called in-layer edges from the layout if that is what you need. Then you could route the edge yourself.
Hi guys,
I'm new to this whole ELK layouting topic, so I've got a quite simple question. How can I prevent the algorithm from relocating my nodes. See ELK Demo
I want the Entities to be vertically aligned inside my Bucket. The Buckets themselves should be horizontally aligned.
How can I achieve this? I used elk.direction: DOWN inside the Buckets but this does not lead to the expected result.
Thanks for your help :)
The text was updated successfully, but these errors were encountered: