TALA
TALA copied to clipboard
A diagram layout engine designed specifically for software architecture diagrams
d2 in most diagrams I have tried favors scaling vertically, especially when using containers. However, in the common scenario of using a diagram for a Powerpoint, it would be ideal...
Maybe some people want to model the effect of routers or something? I don't know. I'd suggest making coalescing a non-default config option. This behavior doesn't correctly represent semantics at...
See https://github.com/terrastruct/d2/pull/121
Just copy the example command from the frontend @alixander
 ``` grid-rows: 3 grid-columns: 3 grid-gap: 20 1 2 3 4 5 6 7 8 9 1 -> 3 -> 9 -> 7 -> 1 1 -> 9 3...
We have a diagram with multi-line labels and face two overlapping issues (TALA layout engine). ## Labels overlapping other arrows This can be reproduced in the [playground](https://play.d2lang.com/?script=qlDQtVOotFLwycxLNdQzjMkDMXTBwFDPCMI11DOGMUxgDFNklSC1ZjAZcxjDAsawhDO4KkHWVUCsM4JZZwSzyAhmEdhMI5htRnqmXIlgjRCqkisJwkuC8JJBVCKEqoBQlVyAAAAA__8%3D&layout=tala&):  Note that...