plantuml-stdlib / C4-PlantUML

C4-PlantUML combines the benefits of PlantUML and the C4 model for providing a simple way of describing and communicate software architectures
MIT License
6.41k stars 1.1k forks source link

Is there an option to increase the space between connector lines? #234

Closed jhueppauff closed 2 years ago

jhueppauff commented 2 years ago

Hi,

I am facing a bit of a visibility issue with a quite complex diagram. Long story short, there are many connections between shapes in different boundaries resulting in multiple lines overlapping which is hard to understand the diagram

image

If I use skinparam linetype ortho it becomes a bit better readable, but still you can't really follow a line and some labels are overlapping with the connector lines. image

Is there any way to define the spacing between two connector lines?

Potherca commented 2 years ago

At first glance, this problem looks similar to that of #153 . The solution there was to use Lay_Distance:

Lay_Distance(from, to, ?distance)

@jhueppauff Could you try using Lay_Distance to see if that helps for your scenario?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had activity in the past 60 days. It will be closed in seven days if no further activity occurs. Thank you for your contributions.