This repository has been archived by the owner on Jan 21, 2023. It is now read-only.
Autolayout doesn't support resizePaper and margin #87
Labels
api gap
Functionality missing from the Python API compared to Java
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra 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
resizePaper
andmargin
params support to AutomaticLayout classDescribe alternatives you considered
Manually auto layout on structurizr.com
Additional context
The text was updated successfully, but these errors were encountered: