pablojim / highcharts-ng

AngularJS directive for Highcharts
MIT License
1.73k stars 463 forks source link

How to highlight series if I click it? #632

Closed Deimos620 closed 6 years ago

Deimos620 commented 6 years ago

Sorry, this error is something I couldn't show via jsfiddle, because its working on jsfiddle, doesn't work in my application. But I will provide a detailed instruction.

I see, highcharts provides, a useful functionality - if you hover the symbol of one series on legend, then that series are highlighted in the graph. Here is a image.

screen shot 2017-12-07 at 10 40 02 am

I want to do this when I click one series on the graph. So, if I click one series, then only that series should be highlighted on that graph, and others are dimmer. How I can do this? Is there any solution to do this?

Thanks.

pablojim commented 6 years ago

Post the working jsfiddle then and give some details about your app.