When you hover over a point in a Highcharts chart, you get a nice enlarged circle under you cursor (or other symbol). What I would like to do manually trigger that hover effect.
I know that I can manually trigger the mouseOver event on the point, but that doesn’t give me the enlarged symbol on the chart that I am going for.
I found the answer by looking at the source – call “setState(‘hover’);” on the point that you want to be highlighted.