Hello,
I have tooltip issue in a series with a section of null data and a section of valid data. If I first mouse over a section of null data, as expected, I get no tooltip. If I then move to a section of valid data, as expected, I do get a tooltip. The issue arises when I then move the mouse from valid data to null data – the tooltip for the last valid data persists when mousing over mull data. I have created the following fiddle to demonstrate.
Is there a way I can always display no tooltip when I hover null data?