Replies: 1 comment
-
|
Options -> Plugins -> Legend Options = new ChartJsOptions()
{
Plugins = new Plugins()
{
Legend = new Legend()
{
Display = false,
Labels = new Labels()
{
Color = "#CED0DD",
BoxHeight = 0,
BoxWidth = 0
}
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have been looking through the options types, but have yet to find a way to remove the legend display from graphs (I think it is called the legend, it's the "# of votes" and the red square in the screenshot below).
How to remove the legend display from a graph?
Beta Was this translation helpful? Give feedback.
All reactions