Hello All,
I added duration in sequence diagram as below but they overlaps each other as centered on arrow.
Is there a way to shift duration to not overlap ?
@startuml
!pragma teoz true
participant p1
participant p2
{t0} p1 -> p2 : action1
{t2} p1 -> p2 : action2
{t1} p1 -> p2 : action1
{t3} p1 -> p2 : action2
{t0} <-> {t1} : 1s
{t2} <-> {t3} : 1s
@enduml