Replies: 1 comment 1 reply
-
The origin points of relationships are fixed, but you can add vertices to the lines and move the labels; see https://docs.structurizr.com/ui/diagrams/editor#relationships for more. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Another user asked the question below last year, but I have not been able to find where it was answered. I am running into the same issue and wanted to resurface this topic.
I am trying to create an architecture diagram for a system(fairly large) that has multiple elements and dependencies, and using an automatic tb layout to render the diagram. In the rendered diagram, when we zoom in to container levels, the relations are displayed using overlapping lines which makes the diagrams a little cluttered and ambiguous.
I then tried to edit the diagram by disabling the automatic layout, and changing the origin point of relationship lines but that also did not work out since the relationships apparently start from the center of the element's boundary always. This can become problematic in cases there are let's say minimum 6-7 relationships originating from an element , the rendered lines will overlap then.
Beta Was this translation helpful? Give feedback.
All reactions