-
Notifications
You must be signed in to change notification settings - Fork 811
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
Hiding Legend Entries #492
Comments
I have the same need. |
I have added a specific pull request to solve the issue...hope this fix your needs too. |
Sorry....I apologize for that...as you have seen I am not a professional
developer...and I don't see your request.
It's possible for me to cancel it ?...
Thanks.
Il 01/Mag/2017 10:34, "georgh" <notifications@github.com> ha scritto:
… Do you realise that your pull request #507
<#507>
does 100% the same then mine #494
<#494> ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#492 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APGlsd0wJHVVD94OyPWmxyYXo_tgNkVdks5r1ZkbgaJpZM4MiWTz>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I couldn't find an option to hide the legend of a specific series.
setTitle could be used for this feature.
Currently, if a series has setTitle(null), the color of the line is still added to the legend Box (but no string).
I would hide the color too. If one would like to only display the color, you could still use setTitle("")
I try to provide a pull request for this soon
The text was updated successfully, but these errors were encountered: