I am facing an issue where not all of the tooltips on my chart are displayed when hovering, as shown in the image provided. Specifically, the tooltip for the green series is missing.
https://i.sstatic.net/QcbWV.png
Upon researching, I discovered that Highcharts may not be showing all tooltips due to limited space on the chart. (Source: https://www.highcharts.com/forum/viewtopic.php?f=9&t=46219)
Is there a way to show tooltips for only one series at a time? For example, I would like to hover over the yellow series and see its tooltip only, instead of all tooltips being displayed simultaneously.
Alternatively, is there a method to create more room for tooltips on the chart?
Thank you in advance.