Hello, I’m using shared tooltip and want to highlight hovered area in tooltip. I tried mouseover
for data serie to provide into tooltip information about current hovered area, but it calls only when I’m hover directly area’s border line not all area. Is there any way to solve my problem?
For reference I can provide Highcharts.series.stickyTracing and Highcharts.area.trackByArea. But Highcharts options are conflicting to each other. I want to track line or area in priority: If I’m hovering area or area’s border – then detect area, else detect nearest point in Y axis.
For example: https://jsfiddle.net/qLzj8f47/. I want to make hovered area name bold in tooltip