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.