Closed MuttakinHasib closed 3 months ago
You need to set separateConnectedComponents to false
Per default everything that is not connected will be handled as a separate graph that has its on layer grid.
@soerendomroes can you share an example?
Here you can see how it is set to true, which is the default value.
https://rtsys.informatik.uni-kiel.de/elklive/examples.html?e=general%2Fspacing%2Fcomponents
An here to false.
BTW, I want to make the layout like this: top alignment
Not this: middle alignment
@soerendomroes
This depends on the nodePlacement strategy you might be using.
This example works for me. Can you share a minimal example in elklive that reproduces your problem?
@soerendomroes Thanks
I am trying to implement the partition on my project but it's not working at all. I have 4 layers of nodes that will be placed horizontally.
Here is the elklive Example
Expected behavior
Help me @Eddykasp @soerendomroes Thanks