-
Notifications
You must be signed in to change notification settings - Fork 64
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
Improve layout options #1015
Improve layout options #1015
Conversation
…ua-franca.git into sdo/xtend-gen-fix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR is mixed up with changes from #1014.
Do these layout changes require the upcoming elk release or are they compatible with the currently used release?
They work with the current release. |
@soerendomroes I just noticed that your changes to the SCC off: Could you comment on is. Is there a way to we can have separate but ordered connected components? |
Yes, there is an easy way to do this but it is not implemented in ELK. I will try to include it in the upcoming 0.8.0 release. |
This requires #1014 to be merged first.
The layout option
setLayoutOption(node, LayeredOptions.THOROUGHNESS, 100);
is debatable since it may increase the time needed for automatic layout. However, it seems to be quick enough for all examples I tested and is still in millisecond range.