-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Is it possible to control Clusters arrangement, from left to right or top down? #44
Comments
__init__.py199: # FIXME:
200: # Cluster direction does not work now. Graphviz couldn't render
201: # correctly for a subgraph that has a different rank direction. As the comment says, it is not supported (or impossible?) now because the Graphviz issue. |
i'll try to fix this |
failed |
HI @mingrammer , awesome work with the tool.. Loving it totally. |
This is a critical feature, without this some diagrams come out badly laid out, eg: https://github.com/HariSekhon/Diagrams-as-Code/blob/master/opentsdb_kubernetes_hbase.py When this should clearly be stacked on top of each other rather than this awkward side-by-side layout. |
Is it possible to control Clusters arrangement, from left to right or top-down for example? How?
The text was updated successfully, but these errors were encountered: