6 comments (6 comments)28 reactions (28 reactions)0 assignees (0 assignees)Python2,732 forks (2,732 forks)batch import
help wantedkind/featurequestion
Repository metrics
- Stars
- 42,515 stars (42,515 stars)
- PR merge metrics
- Avg merge 53d 15h (Avg merge 53d 15h)5 merged PRs in 30d (5 merged PRs in 30d)
Description
Is it possible to control Clusters arrangement, from left to right or top-down for example? How?
Contributor guide
- Research direction
- Explore the diagrams library code to understand how clusters are positioned. Look into Graphviz layout algorithms (e.g., dot, neato) and check if cluster arrangement can be adjusted via rankdir or similar attributes. Review existing examples and documentation to see if this feature already exists or needs to be implemented.
- Tech stack
- python
- Domain
- devtools
- Issue type
- Feature
- Prerequisites
- Python