Error when updating series while slice is selected - donut chart
See original GitHub issueBug report
Codepen
https://codepen.io/cvakodobro/pen/poNpQNX
To replicate the error just select slice and click randomize button. You will see an error in the console log.
Explanation
- What is the behavior you expect?
No error when updating series while slice is selected.
- What is happening instead?
An error is thrown every time you update the series while a slice is selected. I’m experiencing this issue using vue-apexchart but I’ve noticed that the same issue happens with JS apexchart.
- What error message are you getting?
Error: <path> attribute d: Expected moveto path command ('M' or 'm'), "null".
Issue Analytics
- State:
- Created 3 years ago
- Reactions:6
- Comments:19 (2 by maintainers)
Top Results From Across the Web
Present your data in a doughnut chart - Microsoft Support
On the Format tab, in the Current Selection group, click Format Selection. Click Series Options, and then under Doughnut Hole Size, drag the...
Read more >A Complete Guide to Pie Charts | Tutorial by Chartio
A pie chart shows how a total amount is divided between levels of a categorical variable as a circle divided into radial slices....
Read more >Pie / Donut Chart Guide & Documentation - ApexCharts.js
Read the documentation on how to create interactive JavaScript Pie Charts / Donut Charts with examples built using ApexCharts.
Read more >Progress Circle Chart in Excel as NEVER seen before!
Just like the other progress circle charts it uses the doughnut chart as the basis. A text box is placed in the middle...
Read more >Conditional Donut Chart - Peltier Tech
What it means is, if you have customized your plotted data, then change the data so the reformatted feature (chart series or data...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
thanks!
If anyone using next js, adding
swcMinify: false
in next.config.js makes it work.Ref: https://github.com/chartjs/Chart.js/issues/10673