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
Now when I change the label "Default" placement to H_LEFT it is positioned left as expected.
But the placement of the child nodes 1+2 is shifted to the right by the width of the label:
I expected that only the label shall be moved to the left, but the position of the child nodes not to change.
Is this a bug? Or shall this be done differently?
The text was updated successfully, but these errors were encountered:
Or is it more like, the label does only give information to ELK to define an area for the labels and an area for children.
When there are only labels with H_CENTER, then no side area is for labels is defined, only the top area.
A H_LEFT activates the top-row and left-column for labels, hence all children go to the right.
When I want the left aligned label and the child area not shifted right, I use H_CENTER and draw the label nether the less left aligned by adjusting the coordinates as needed.
You seem to be correct. In my understanding, setting the nodeSize.optionsASYMMETRICAL should solve this problem, but apparently it does not, as seen here.
I am using https://rtsys.informatik.uni-kiel.de/elklive/examples.html 0.9.1
Now when I change the label "Default" placement to
H_LEFT
it is positioned left as expected.But the placement of the child nodes 1+2 is shifted to the right by the width of the label:
I expected that only the label shall be moved to the left, but the position of the child nodes not to change.
Is this a bug? Or shall this be done differently?
The text was updated successfully, but these errors were encountered: