Deployment Diagram: Creole table does not work?

0 votes
asked Apr 28, 2020 in Wanted features by The-Lu (64,760 points)

Hello Plantuml team,

Is possible to make creole table in Component and Deployment Diagram?, as:

@startuml
file f [
|= |= table |= header |
| a | table | row |
|<#FF8080> red |<#80FF80> green |<#8080FF> blue |
<#yellow>| b | table | row |
]
@enduml

like in Activity Diagram:

@startuml
:file f
|= |= table |= header |
| a | table | row |
|<#FF8080> red |<#80FF80> green |<#8080FF> blue |
<#yellow>| b | table | row |
;
@enduml

KR,
Th.

commented Apr 28, 2020 by The-Lu (64,760 points)

A workaround, as mentioned on:

is to put all on the same line (with '\n') ; but now, we observe:

1/ for Deployment Diagram: that is OK

2/ for Activity Diagram: that is KO

In fact we observe 2 behaviors differents, for both element: Deployment Diagram and Activity Diagram.

  • What is the best solution in order to solve this defect?
    and also to have a minimum of consistency between Deployment Diagram, Activity Diagram, ...

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.
...