I am using highcharts to represent data. In my chart based on conditions some series are disabled.
Is there any way to remove the legend itemhoverstyle property for disabled series?
Is there any way to add a tooltip to the legend items?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can remove the serie from the legend:
If you want to change the css on hovering you’ll have to change this highcharts-legend style.
To add a tooltip to the legend do something like the following example:
Link