-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Customize legend title text with UpdateLegendTitle(newTitle)
#364
Labels
enhancement
New feature or request
Milestone
Comments
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 12, 2024
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 12, 2024
…uage themes (incl. extended path update)
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 12, 2024
…uage themes (incl. extended path update 2)
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 13, 2024
…tallations like sudo apt-get update sudo apt-get install -y fonts-noto fonts-noto-cjk fonts-noto-color-emoji
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 13, 2024
kirchsth
added a commit
to kirchsth/C4-PlantUML
that referenced
this issue
Oct 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on discussion #363 Customize legend title text a new function is required to allow the legend title to be changed.
Currently, with the
Update....(..., ?legendText, ...)
function, all other legend labels can be customized. Therefore, a newUpdateLegendTitle(newTitle)
function is added to allow the legend title to be changed as well.For example, the following code:
produces the following image:
The text was updated successfully, but these errors were encountered: