is it possible to place a "note as N1" to left or right?

0 votes
asked Dec 20, 2019 in Wanted features by boshka (3,940 points)

2 Answers

0 votes
answered Dec 31, 2019 by diagramBob
@startuml
component "compA" as compA {
}

note right of compA
    i want this on the right
end note

note left of compA
    i want this on the left
end note
@enduml
commented Dec 31, 2019 by boshka (3,940 points)
sorry, but this is not what I was looking for.

The ask was for an ability to place the "note as N1" to the left or right (such notes are not tied to specific component)
0 votes
answered Mar 13, 2020 by jr
...