I’m using the Doughnut chart, with a custom tool tip content. It works fine, except when I have one data point with 100% coverage of the chart. Then the mouseover event won’t be triggered, in my case breaking the tool tip.
The problem happens either when there’s only one data point or when there are other data points with a value of 0.
This is reproducible in the docs’ example: https://canvasjs.com/docs/charts/chart-types/html5-doughnut-chart/
(just delete all data points, except one).
Thank you in advance.