📈 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.
Describe the bug
I have a minimal sample of bar chart using SvgChart with dataZoom type inside enable for use to horizontal scroll, but it so laggy. Update: SkiaChart is must better but the text on x and y axis is not render.
To Reproduce
Using sample bar chart example in the document, enable dataZoom type, data will have like 30 data chart.
Expected behavior
Horizontall scrolling will smooth
Screenshots
I can't, maybe it need video.
Desktop (please complete the following information):
OS: Android.
Version: echart 5.5.1, react native 0.74.3 new arch enable.
Smartphone (please complete the following information):
Device: redmi note 8
OS: Android
Version: 11
Additional context
Compare to another library like react native gifted chart, gifted chart will be more smooth. But on the data like 1000 data chart, it will be laggy too. I really want to using echart in my product, so please help.
Describe the bug I have a minimal sample of bar chart using SvgChart with dataZoom type inside enable for use to horizontal scroll, but it so laggy. Update: SkiaChart is must better but the text on x and y axis is not render.
To Reproduce Using sample bar chart example in the document, enable dataZoom type, data will have like 30 data chart.
Expected behavior Horizontall scrolling will smooth
Screenshots I can't, maybe it need video.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Compare to another library like react native gifted chart, gifted chart will be more smooth. But on the data like 1000 data chart, it will be laggy too. I really want to using echart in my product, so please help.