structurizr-python
structurizr-python copied to clipboard
Add set_automatic_layout() method to View
Checklist
- [X] There are no similar issues or pull requests for this yet.
Is your feature related to a problem? Please describe it.
I want to be able to easily switch on automatic layout for a View
through an enable_automatic_layout()
method.
Describe the solution you would like.
This should mirror the equivalent in the Java implementation, which sets the defaults to be:
- rank_direction = top_bottom
- rank_separation = 300
- node_separation = 600
- edge_separation = 200
- vertices = False