react-native-echarts icon indicating copy to clipboard operation
react-native-echarts copied to clipboard

Echarts for react-native. The react-naitve chart.

Results 101 react-native-echarts issues
Sort by recently updated
recently updated
newest added

echartsRef.current.dispatchAction用来触发首次加载tooltips不生效,"react-native-webview": "^11.22.3","react-native": "0.62.2",

Fatal signal 11 (SIGSEGV), code 1, fault addr 0x3c in tid 22003 (RenderThread)

update Echarts Documentation url

tooltip: { trigger: 'item', formatter: function(params,data) { return data; } }, 直接返回 item_xxxx_0 ======== tooltip: { trigger: 'item', formatter: function(params) { return this.state.data; } }, 直接报错说 this.state.data没被定义。 formatter方法中无法执行console.log()

Invariant Violation: Web View has been removed from React Native. It can now be installed and imported from react-native-webview instead of react-native.

首先,非常感谢作者的贡献,但是许久没有维护,随着RN版本升级,确实有很多问题。 鄙人重构了一遍,解决了大部分的问题: 欢迎大家使用以及PR!!! [react-native-echarts-pro](https://github.com/supervons/react-native-echarts-pro) 在线文档:[RNEP](https://supervons.github.io/react-native-echarts-pro-docs/zh-cn/)

纵向的Scrollview 嵌套可横向滚动linechart 有滑动冲突,可有解决方案 ? =。=

window.postMessage没有触发webview的onMessage onMessage={event => console.log(event)} console不触发