0

How to add Multiple legend with different colors in Gantt Chart using Plant UML?

It's working for me, for one legned. It's taking the last line of code... Is there a way to show, different parameter with different colros. Like "planned" "In progress" "Done" into grey, green blue color bars.

I have added below code :

legend{ Font Size BackGround Color }

legend Test 1 end legend

legend{ Font Size BackGround Color }

legend Test 2 end legend

1

1 Answer 1

0

Would this direct color encoding help?

legend
<font color=red>Warning:</font>
<font color=green>Ahoi!</font>
endlegend

Not the answer you're looking for? Browse other questions tagged or ask your own question.