I am using High charts for rendering Stacked Bar charts.
How to get the border on a Stacked Bar Chart when the user clicks on a particular series?? I tried marker option but that is selecting only one series, but I want the complete series to be selected.
Currently I am getting like this:-
But, I want like this:-
You can use renderer to add such rect in the background: http://jsfiddle.net/3Utat/25/
Example is using
mouseOver
andmouseOut
events, but in your case, you can useclick
event instead.As suggested by Pawel, The correct Fiddle for Border on selected Stacked Bar Chart is :-
http://jsfiddle.net/3Utat/26/