react-native-chart-kit icon indicating copy to clipboard operation
react-native-chart-kit copied to clipboard

App crash on Android when render large data

Open simonho1025 opened this issue 2 years ago • 0 comments

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?

simonho1025 avatar Aug 30 '22 06:08 simonho1025