-
Notifications
You must be signed in to change notification settings - Fork 19
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
AutoLayout()
should lay out External()
elements outside the enterprise (group) boundary
#648
Comments
That makes sense, @dvictor - is that doable? |
As for our editor Auto Layout button, unrelated to the AutoLayout() DSL, indeed it doesn't consider grouping in neither ContainerView nor in SystemLandscapeView. There's support in Dagre for compound graphs, so we could give it a try. |
@raphael, I am calling the |
Thank you for looking into it @dvictor ! |
Looks like
AutoLayout()
currently showsExternal()
elements within the enterprise (group) boundary in theSystemLandscapeView()
by default. Is there any way to show them outside (without manual positioning)? If not, would be nice if it shows such elements outside the boundary instead, if the boundary is visible (EnterpriseBoundaryVisible()
).The text was updated successfully, but these errors were encountered: