-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Donut - Label error when hovering a slice #403
Comments
Thanks for the detailed report. I will fix it soon. |
hello, find a same error at simple pie chart, im using that in vue |
Which version of apexcharts are you using @lulumalik ? |
Hello, I have the same problem in a pie chart mounted on vue. File apexcharts.esm.js => function revertDataLabelsInner(el, dataLabelsConfig) => lines 8423 - 8447
Changed:
Changed:
|
Thanks, @xomin70 |
I am facing issue when i hover on labels then it throw error
}; |
Hi! I'm getting this error when the cursor leaves a slice:
Uncaught TypeError: Cannot read property 'style' of null
at Pie.revertDataLabelsInner (apexcharts.esm.js:8392)
In the function revertDataLabelsInner you search for all the elements that have .apexcharts-datalabels-group class, getting null as result. When comparing that in line 8391 you enter the condition even though dataLabelsGroup is null.
However, I've tried to reproduce the situation in https://codesandbox.io/s/m380n2nomj and nothing happens, it works perfectly.
Hope you can help me, thanks!
The text was updated successfully, but these errors were encountered: