closed Class diagram with color coded arrows

0 votes
asked Jan 15, 2020 in Question / help by poi (1,200 points)
closed Feb 2, 2020 by poi
I have a large class diagram with arrows, which are entangled and hard to follow.

Is it possible to assign different colors to different kinds of arrows? That would help.

/ poi
closed with the note: A final answer is provided in a comment.
commented Jan 15, 2020 by poi (1,200 points)

In this forum I found the arrow-code and it seems to work with class diagrams. Is this a supported feature?

@startuml
    class source
    source -[#blue]-> target
@enduml

commented Jan 16, 2020 by plantuml (295,000 points)
Yes, it is.

The documentation is just out-of-date.
...