color of arrow in timing diagram

0 votes
asked Aug 7, 2021 in Question / help by rsandeepu

Unable to change the color of arrow from default red color Highlighted in below.

@startuml
robust "Web Browser" as WB
concise "Web User" as WU

WB is Initializing
WU is Absent

@WB
0 is idle
+200 is Processing
+100 is Waiting
WB@0 <-> @50 : {50 ms lag}

@WU
0 is Waiting
+500 is ok
@200 <-> @+150 : {150 ms}
@enduml

1 Answer

0 votes
answered Aug 23, 2021 by plantuml (294,960 points)
Well, style was not implemented in timing diagram until now.

So with last beta http://beta.plantuml.net/plantuml.jar , you can now style "arrow" and "contraintArrow" :

http://www.plantuml.com/plantuml/uml/LOvFIyD04CNlyoc6NaCnAVGYfQHH4C63e27dxMQ9GpSpi3DHjEIxcpz5yBBmthpVZotLNBAXZt1G-uxX24OzSVT8hakknoiWjkA7Fh0j0R5o_lAKPE3sGQ8ax2IsW3W2Uc6rv8Zjb99yBViNul0sct6tBMxv_OFyXOCgxcxDQleaYS5WKermkBlz9ybvKCDD4yvOJLODQODEiQd02tlIiDxglqCDq5H8YizCHYxI3t47JJrNfxC6De1omlEve3O6o7Rv4bwJ-A0wpxDYhHf7jk1LcUDXUyHod-CzNgUtLuok6sTP3V_6sNw5vGBbf5wvh5Z9Oa57A0EtGnz_0G00

Note that we have changed the default color for arrow in timing diagrams, to be consistent with other diagrams.

Many features are not implemented in timing diagrams, so please tell us what is missing for you :-)

Regards,
commented Sep 27, 2021 by anonymous
I download beta version, but style not support. (I use vscode to render plantuml)
...