-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
render: use elk edge label positioning #483
render: use elk edge label positioning #483
Conversation
oh interesting, ELK naturally just placed the labels to the left? |
can we tune it to... not always be left? https://www.eclipse.org/elk/reference.html |
default is their
it doesn't look like we can put it on the edge itself, but I added some padding and switched it to the |
9594af0
to
6a064aa
Compare
nice it looks more consistent with the other layouts in the center position |
Summary
Elk layout positions edge labels on the side, but we position labels in the middle and this could lead to unexpected container padding. We now configure elk to position edge labels the same way so that it doesn't add this extra padding.
Details
e2e report changes with new test