How to move the messagge between box from left to right with ortho
layout?
#378
-
How to move the message between box from left to right. Example message on the right: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
As far as I am aware, PlantUML does not provide a If you could post the diagram (or a realistic representation of the diagram if it is confidential), we might be able to figure out a solution. |
Beta Was this translation helpful? Give feedback.
-
Hi @automataIA, independent of the original problem, the !theme should be every time the first include (maybe it was only a typo in your sample, but the Rel-labels are not visible based on that) @startuml
!theme C4_united from https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/themes
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
... BR Helmut |
Beta Was this translation helpful? Give feedback.
-
Ah, okay, I see what the problem is. As stated on https://plantuml.com/layout-engines, when using Apparently this is a known bug (see plantuml/backlog#11) Some details can also be found in https://forum.plantuml.net/1608 As of this writing, there is no fix for this behavior, other than not using |
Beta Was this translation helpful? Give feedback.
Ah, okay, I see what the problem is.
As stated on https://plantuml.com/layout-engines, when using
skinparam linetype ortho
the label position is wrong.Apparently this is a known bug (see plantuml/backlog#11)
Some details can also be found in https://forum.plantuml.net/1608
As of this writing, there is no fix for this behavior, other than not using
ortho
layout. Sorry.