react-native-echarts
react-native-echarts copied to clipboard
📈 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...
Hello, I was wondering if anybody made this package run on RN 74 / Expo 51? We are currently upgrading and on web the chart is invisible (whereas the tooltip...
**Describe the bug** Texts including axis labels, tooltips, toolbox and legend are not rendered. **To Reproduce** Steps to reproduce the behaviour: - Try a minimal example using SkiaChart with the...
**Describe the bug** While implementing Wuba ECharts in my React Native application, I noticed that the chart's appearance on both Android and iOS resembles the screenshot below: **To Reproduce** Steps...
**Describe the bug** After updating from react native 0.72.6 to 0.73.5 I have experienced a lot of issues at once with rendering of the charts. I am not 100% sure...
series中clip无效,数据过大依然会绘制到超出区域
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...
升级 `[email protected]`,报错如下: 报错文件为:`@wuba/react-native-echarts/lib/module/components/RNGestureHandler.js`
Warning
warnging : **### react-native-gesture-handler is not installed. Falling back to PanResponder. at SvgComponent**
We are using SvgChart renderer from the package imported like this: import SvgChart, { SVGRenderer } from '@wuba/react-native-echarts/svgChart'; When we render a chart with a legend without adding the "type"...
**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...