We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While hovering over pie chart legend by default it should highlight corresponding series on chart. Instead there is error repeated every cursor move.
Uncaught TypeError: Cannot read properties of undefined (reading 'toString')
To avoid it for now I can disable this functionality:
legend: { onItemHover: { highlightDataSeries: false, }, },
I know there is no issue with my config because same issue is on official site.
Pie chunk should highlight.
Errors in console and no effect.
https://apexcharts.com/javascript-chart-demos/pie-charts/simple-pie-chart/
The text was updated successfully, but these errors were encountered:
facing the same issue, downgrading to 3.52.0 is fixed this issue for me, it looks like only in the latest version
3.52.0
Sorry, something went wrong.
Yes we have the same problem :-(
i think this is fixed and should be released soon: #4683
fix available in the latest version 3.54.0, thx !
Yeah, it works now so I'm closing it.
No branches or pull requests
Description
While hovering over pie chart legend by default it should highlight corresponding series on chart. Instead there is error repeated every cursor move.
Uncaught TypeError: Cannot read properties of undefined (reading 'toString')
To avoid it for now I can disable this functionality:
I know there is no issue with my config because same issue is on official site.
Steps to Reproduce
Expected Behavior
Pie chunk should highlight.
Actual Behavior
Errors in console and no effect.
Screenshots
Reproduction Link
https://apexcharts.com/javascript-chart-demos/pie-charts/simple-pie-chart/
The text was updated successfully, but these errors were encountered: