-
Notifications
You must be signed in to change notification settings - Fork 11.9k
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
Add the ability to add a title to the legend #6906
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one question
I see what you mean about the vertical positioned title (a separate setting would need to be added to move the entire legend up and down). For the horizontal legend, it's because by default the legend takes the entire width of the chart. |
Looking into this some more ... I don't know what I was thinking when I first wrote the legend. Lots of updating happens in |
In the last image it looks like the title position affects the entire legend and not just the title. Perhaps instead of calling them |
@benmccann sorry for the confusion, it’s actually a mix of settings. |
@etimberg this one will need to be rebased |
- Legend title can be specified - Font & color options added - Padding option added - Positioning option added - Legend title sample file added
Build failing! |
Resolves #4466