WBS Diagram. What is the node name for text only nodes to use style

0 votes
asked Mar 4, 2021 in Question / help by Markus
edited Mar 4, 2021

Hi everybody,

I want to limit the width of boxless nodes (textonly nodes) but maxwidth from "nodes" and "leafnodes" does not work. Hence, I'd like to know the component/ node name of such node to use in style such as

<style>

node {

MaximumWidth 100

}

textnode {

    MaximumWidth 20

}

</style>

So I need the name replacing "textnode". Thanks in advance for your appreciated help and best,

Markus

Debugging output sadly didn't helpf for me

commented Mar 4, 2021 by The-Lu (64,340 points)

Hello M.,

FYI, style for boxless node is not yet implemented on WBS.

I just open a Requested feature here:

Regards,
Th.

1 Answer

0 votes
answered Mar 5, 2021 by The-Lu (64,340 points)

Hello M.,

According the new beta-version, see:

Then the name replacing "textnode" is "boxless".
Thanks PlantUML for this new functionality.

Regards,
Th.

...