Notes top/bottom of activities

0 votes
asked Jun 6, 2021 in Bug by anonymous
This gives a syntax error:

@startuml
start
:Activity;
note top
        This is a note
end note
end
@enduml

This is a simple example, but in a complex swimlane diagram, sometimes it would be best to allow notes to sit above or below nodes, rather than further stretching out the lanes horizontally...
commented Jul 24, 2021 by The-Lu (64,760 points)

Hello A.,

Have you any example?

Because on activity there are always a line from top to bottom... and no place to note...

@startuml
|a|
start
|b|
:Activity;
note right
  This is a note
end note
end
@enduml

Regards,
Th.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...