Forgive me for the slightly convoluted question, but let me provide further clarification.
In Highcharts.js, when you move your mouse into the area of a point on a line chart, it hovers over the point and loads the tooltip. I currently have some click event operations implemented successfully, but I am looking to adjust them so that users can 'click' the points even when the mouse is not directly over them, but within range to hover over the point.
What would be the best approach to achieve this functionality?