I have a StepChart with several series, continuous X axis and unequal intervals between data points. I want to show a tooltip with description when user hovers certain point. But it doesn't work as expected. Sometimes tooltips are shown for the wrong points, and for some points they are not shown at all.
It seem's there's some clever algorithm that decides what tooltip should be shown for each area... Unfortunately, it doesn't work for me. It would be enough just to show hint when user's mouse is exactly over the dot (as my dots are quite big).
Please, see the example attached. It's plain html+js, no deployment is required.
Any help is appreciated.
Attachment:
TooltipExample_eaeff659.zip