wuba / react-native-echarts

📈 React Native ECharts Library: An awesome charting library for React Native, built upon Apache ECharts and leveraging react-native-svg and react-native-skia. Offers significantly better performance compared to WebView-based solutions.
https://wuba.github.io/react-native-echarts/
Apache License 2.0
744 stars 26 forks source link

When rendering multiple charts simultaneously, the animation may experience lag(dropped frames) #138

Open rachelcao277 opened 10 months ago

rachelcao277 commented 10 months ago

Describe the bug With the same configuration and using the echarts library, there will be no lag(dropped frames) issue when rendering multiple charts in the browser. However, using react-native-echarts on iOS will cause lag(dropped frames). Is there any solution? Thank you.

Smartphone (please complete the following information):

zhiqingchen commented 10 months ago

Reproducible demos are required

renishdeveloper commented 8 months ago

Same, I'm also experiencing the same issue with React Native.

zhiqingchen commented 8 months ago

Same, I'm also experiencing the same issue with React Native.

hi @renishdeveloper Can you provide a reproducible demo?