indiespirit / react-native-chart-kit

📊React Native Chart Kit: Line Chart, Bezier Line Chart, Progress Ring, Bar chart, Pie chart, Contribution graph (heatmap)
https://expo.io/@indiespirit/react-native-chart-kit
MIT License
2.84k stars 658 forks source link

Large amount of data android got crashed #628

Open simonho1025 opened 2 years ago

simonho1025 commented 2 years ago

I need to render large data using line chart, such 90 data points, It is fined on iOS. But, Android crash.

The error message has shown below:

java.lang.RuntimeException: Canvas: trying to draw too large(152409400bytes) bitmap.

How can I solve this problem?

bankiprudhvi commented 1 year ago

large amount of data android got crashed..