Closed
Description
Description
When we give the donut's wrapper the padding property, we detected that the mouseover function does not work correctly, the tooltip element get the position wrong .
Steps to check or reproduce
- Go example
- Give the "div" padding property to "index.html" page.
i.e;
<div id='donutChart' style="padding:25px"></div>
3.We can see the wrong result for mouseover when we move the mouse over a chart's field.
Sorry for my bad English.