terrastruct / TALA

A diagram layout engine designed specifically for software architecture diagrams
https://terrastruct.com/tala
Other
199 stars 4 forks source link

all else equal, prefer lining up opposite side connections #60

Closed alixander closed 6 months ago

alixander commented 1 year ago
client -> server.api: board change
server: {
  api -> d2oracle: dsl change
  d2oracle -> api: other IDs
}
server.api -> client: confirmed board changes

Screen Shot 2023-10-19 at 8 51 31 PM

alixander commented 6 months ago

oh duplicate of https://github.com/terrastruct/TALA/issues/54