terrastruct / TALA

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

reorder edges with label obstructions #56

Open alixander opened 1 year ago

alixander commented 1 year ago

in this diagram, the long label on a connection placed there has nowhere good to go. it should be ordered with shorter connections, making more space for the long connection

client1

client2

server

redis

client1 -> server: updateBoard
server -> redis: broadcast request
server -> client1: undoData
redis -> server: request
server -> client2: request

Screen Shot 2023-08-09 at 10 28 26 AM