Error: <path> attribute d: Expected number, "M NaN NaN L NaN Na…
Getting Error in chrome console when using the library
Error: <path> attribute d: Expected number, "M NaN NaN L NaN Na…
image
How are you creating the chart?
I'm encountering something like this too. In my case, i have my percent prop set to a variable that gets calculated. When i turn animate to false, the error message still shows but only 4 times instead of hundreds.
Same happening to me...
Hi, you must add a conditionnal display. Maybe check first wich components do this. I had the same probleme but if you say, if (!yourParams) { return null } it should be gone.