-
Notifications
You must be signed in to change notification settings - Fork 16
Autolayout doesn't support resizePaper and margin #87
Copy link
Copy link
Open
Labels
api gapFunctionality missing from the Python API compared to JavaFunctionality missing from the Python API compared to JavaenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
api gapFunctionality missing from the Python API compared to JavaFunctionality missing from the Python API compared to JavaenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Checklist
Is your feature related to a problem? Please describe it.
Currently auto layout can be set with the following code:
but it only support the following parameters
structurizr-python/src/structurizr/view/automatic_layout.py
Lines 32 to 36 in ab5adc9
But structurizr.com supports more than that. For example resize paper
Describe the solution you would like.
To add
resizePaperandmarginparams support to AutomaticLayout classDescribe alternatives you considered
Manually auto layout on structurizr.com
Additional context