nihgwu / react-native-pie

Pie chart for React Native
MIT License
107 stars 25 forks source link

Cannot read property 'slice' of null - when blank color passed #46

Open JeremyBradshaw7 opened 3 years ago

JeremyBradshaw7 commented 3 years ago

It's throwing this exception with some data: image

I've tracked it down to sending a blank color '' in one of the bands which I can fix my end, but it would be better if the component is resilient enough to recover from such bad data, eg by defaulting bad colours to white or transparent rather than crashing the app.