We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to make package widths fill their bounding space, eg. enclosing package?
For example, could packages 1 and 2 fill the page width and package 2.1 and 2.2 fill the width of package 2 from the example below?
@startuml package "Package 1" { storage p1s1 [ Package Storage 1 ] } package "Package 2" { package "Package 2.1" { storage p21s1 [ Package 2.1 Storage 1 ] } package "Package 2.2" { storage p22s1 [ Package 2.2 Storage 1 ] storage p22s2 [ Package 2.2 Storage 2 ] } } p1s1 <--> p21s1 p21s1 <--> p22s1 p21s1 <--> p22s2 @enduml
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible to make package widths fill their bounding space, eg. enclosing package?
For example, could packages 1 and 2 fill the page width and package 2.1 and 2.2 fill the width of package 2 from the example below?
The text was updated successfully, but these errors were encountered: