Hi,
when using a state diagram the text is always right of the arow.
If you have many arrows it is sometime unclear, to which arrow a text belongs.
With this small diagram the "Error" arrow is the middle one, but in more complex diagrams it would be easier, if the text is over the arrow
@startuml
[*] -[#black]down-> A
A --> B : foo
B --> C :Start
C --> B : Abort
B --> C :Error
@enduml
For example this way (beware ASCII Art)
|
|
Error
|
v
Any way to change the position of the arrow's text?
Thanks