🚀 Features
Relations with container elements #530
Relations with container elements were always used to layout diagrams but were not shown as they sometimes looked quite weird.
While solving #614 it was figured out:
- Sometimes, Graphviz fails to "group" more than 5 nodes (or some extra heuristics required)
- Relations with containers look much better without hard minlen
- Results from Graphviz WASM and its binary version can be significantly different
Compare results by starting two CLIs (with and without
--use-dot-bin
)
Bug Fixes
- decrease the number of nodes to group 7 -> 5, closes #614