Allow style on WBS boxless node

0 votes
asked Mar 4, 2021 in Wanted features by The-Lu (63,920 points)

Hello PlantUML team,

  • Could you allow style on WBS boxless node?
    A minima for font, fontcolor or MaximumWidth (we understand for background, but not for font...)

Here is an example:

@startwbs
<style>
wbsDiagram {
  FontColor blue
  FontStyle bold  
  FontSize 13

  BackGroundColor palegreen
  LineThickness 1.0

  .red {
    FontColor red
    FontStyle bold  
    FontSize 13
    MaximumWidth 50
  }
}
</style>
+ the partner workpackage
++ blue
+++ blue workpackage
+++_ blue boxless workpackage
++ red <<red>>
+++ red workpackage <<red>>
+++_ red boxless workpackage <<red>>
@endwbs

Thanks for your support,
Regards,
Th.

related to an answer for: skin params for wbs
commented Mar 4, 2021 by The-Lu (63,920 points)

Just FYI, as WBS is similar to mindmap, on mindmap that is quasi ~OK, except for MaximumWidth blush:

Then for mindmap:

  • Could you allow MaximumWidth on style for mindmap boxless node?

Thanks for your support,
Regards,
Th.

1 Answer

0 votes
answered Mar 5, 2021 by plantuml (294,960 points)
selected Mar 5, 2021 by The-Lu
commented Mar 5, 2021 by The-Lu (63,920 points)
Hello PlantUML,

Thank you for your quick reply,
and for this new functionality.

Regards,
Th.
...