how to allow text on arrow to go over the length of the arrow ?

0 votes
asked May 16, 2017 in Wanted features by anonymous
how to allow text on arrow to go over the length of the arrow (over life line of other participants) instead of spacing participants ?

1 Answer

0 votes
answered May 16, 2017 by plantuml (295,000 points)

Sorry, it's not possible. You can use \n to break message.

Or you can use maxMessageSize parameter. For example:

@startuml
skinparam maxMessageSize 100
A->B:very long long long message name
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuIhEpimhI2nAp5N8JQpmJIqkJanF3SwiIbKmD33WSjIrSx8gIosgLCZ9pqj78d8X2XNo4dDJkHnIyr90HW40

...