Skip to content
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

Setting 100% width #36

Open
mrtimdog opened this issue Jun 12, 2019 · 0 comments
Open

Setting 100% width #36

mrtimdog opened this issue Jun 12, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@mrtimdog
Copy link

mrtimdog commented Jun 12, 2019

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
@arnaudroques arnaudroques added the enhancement New feature or request label Mar 20, 2023
@arnaudroques arnaudroques transferred this issue from plantuml/plantuml Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants