skleanthous / C4-PlantumlSkin

This library provides skinning to create C4 diagrams using PlantUml
MIT License
76 stars 14 forks source link

enable legend deactivation #15

Closed mick352 closed 4 years ago

mick352 commented 4 years ago

Hi, thanks for the nice tool. It would be nice if the legend could be disabled.

Just FYI: this kept me from using it.

skleanthous commented 4 years ago

Hello Mick,

Just define !define NO_LEGEND immediately before the include statement. See this in planttext diagram for an example

skleanthous commented 4 years ago

If that's OK with you let me know so that I can close the issue.

mick352 commented 4 years ago

Awesome, thanks! https://github.com/skleanthous/C4-PlantumlSkin/pull/16 should adjust the README. Feel free to do as you see fit with it.