genexu / react-native-pie-chart

Simple pie chart module for your React Native app
MIT License
109 stars 47 forks source link

Pie Chart #31

Open gaurav0497 opened 2 years ago

gaurav0497 commented 2 years ago

While using piechart if we provide 0,0 value in series it crashes application.

Try : series={[0,0,0]}

aidin36 commented 2 years ago

Thanks for your report.

The series is invalid, and nothing can be drawn. The app should handle these situations and does whatever needs to be done.

I changed the library to throw a proper error in this case. It will still crash your app though.