I am working with Stacked Bar chart(High Chart),
I am trying to implement fallowing behaviour,
when clicked on any bar of stacked bar chart, want to highlight whole chart. I am highlighting chart by changing background image(plotBackgroundImage) of chart, for this we need chart object. my question is how to get chart object when clicked on bar.
any suggestion regarding this is helpful.