Other than that, I'm guessing you'd have to resort to JSNI/DOM manipulation on your own. It'd definitely be worth a search/post on the main Highcharts forums first though to see if anyone has any other options to propose.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have a requirement to change the marker when user clicks on a particular point. Is it possible or are there any workarounds?
Thanks in advance
Any help??
You can control the selection state of a marker via the "setSelectState" method. E.g.
Other than that, I'm guessing you'd have to resort to JSNI/DOM manipulation on your own. It'd definitely be worth a search/post on the main Highcharts forums first though to see if anyone has any other options to propose.