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

Load time is why more than expected. #147

Open renishdeveloper opened 8 months ago

renishdeveloper commented 8 months ago

The e chart is taking way more time to load when I load large data in the chart.

I wanted less load time and smooth scrolling inside the graph.

I also wanted to know is there any method that gives the callback when the graph is loaded completely.

GokuVijay commented 6 months ago

I'm also encountering the same issue. If you've got a fix for this, please share it. Thanks!