C4-PlantUML icon indicating copy to clipboard operation
C4-PlantUML copied to clipboard

How to hide/ modify box info text?

Open pascalbrunner opened this issue 2 years ago • 2 comments

Hi together,

if I have a system like: System(test, "Hello")

How can I hide or modify "<>" that is shown in the box? Using ElementTags would enlarge it to something like "<><>"

Thank you for your help!

pascalbrunner avatar Aug 22 '22 07:08 pascalbrunner

You can use HIDE_STEREOTYPE()

If you use multiple stereotypes SHOW_LEGEN() could be better, then you have a legend too (And with Update...Style() and Add...Tag() you can modify the legend text too)

BR Helmut

kirchsth avatar Aug 22 '22 07:08 kirchsth

Thank you for the fast reply!

pascalbrunner avatar Aug 22 '22 07:08 pascalbrunner

@pascalbrunner: did @kirchsth's comment resolve your issue? If so, I would like to close this issue.

Potherca avatar Oct 23 '22 19:10 Potherca