toggleDataPointSelection causes error in pie chart
See original GitHub issueBug report
toggleDataPointSelection
causes error in a pie chart in latest 3.18.0 version
while in 3.17 version it works just fine.
Codepen
https://codesandbox.io/s/vue-basic-example-5t1jf
Explanation
I’m using a donut chart and I call toggleDataPointSelection(0)
method a long time after the chart is loaded (after user clicks a button).
I get the following error and a donut piece is disappearing instead of selecting.
<path> attribute d: Expected number, "M NaN NaN A NaN Na…".
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Why I'm having condition error plotting pie chart?
Error in if (df.name %in% dfs) { : the condition has length > 1. while trying to plot pie chart using function PieChart...
Read more >Judgment Error in Pie Chart Variations - Tableau Research
Figure 1: We tested four variations on the basic pie chart to measure their ... do not distort central angle cause greater error...
Read more >Methods - ApexCharts.js
Here are all the public methods available on ApexCharts instance. Each chart method is described in great detail with examples and sample code....
Read more >Why is the pie chart on my dashboard throwing an error?
I have 2 pie charts on one of my dashboards. Every so often, it would throw an error "Looks like we can't show...
Read more >Code for copying pie chart symbology using ArcPy not working
Apply the symbology from an example symbology layer to this newly imported layer. The code is shown below. It produces no errors. The...
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
Hí anh em
Any update on this? I’m facing this issue too