i dont know what to spec with the result but i think this is wrong

also when chart type is donut or pie and the series is empty or zero it give an error


please fix this.. this is major bug i guess its a show stopper
thank you
Please provide a codepen demo.
@junedchhipa sorry cant provide codepen demo but this all the screenshot are from the code base as you can. just try empty array as the series of the chart
thank you
@paolog22 the maintainer asked for a simple example demonstrating the exact problem, doesn't need to be your real world code, like this:
https://codepen.io/anon/pen/KLxEVr
This is the error you are reporting, right?
In this case you could simply put series: [ 0 ] instead. Sending no value to a pie/donut chart might be undefined, i don't know.
@haroflow Thanks for the demo.
Yeah, looks like a bug. I will take an in-depth look soon.
@haroflow thank you for replicating @junedchhipa i am so sorry for not providing a demo my bad.