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

collected in [excellent-RN-libs](https://github.com/Cygra/excellent-RN-libs)

`myChart.dispatchAction({ type: 'brush', areas: [ { brushType: 'lineX', coordRange: ['2004-01-01', '2004-02-17'], xAxisIndex: 0 } ] });` `` 我试了并无效果 echarts 的例子在这里 http://www.echartsjs.com/examples/editor.html?c=candlestick-brush

环形统计图中,emphasis中的label中的位置设置position:'center'不起作用,没有定位到中间

I followed your examples but the result is html code tpl.html is exist in /android/app/src/main/assets ![echart](https://user-images.githubusercontent.com/16650583/56091392-05275280-5eb7-11e9-8eef-6675cc01ebf5.png)

release builds 无法显示出来

不能显示树图 是版本不支持吗 ? 如何升级依赖的echars版本?

[official demo link](https://echarts.baidu.com/examples/editor.html?c=line-sections) - screenshot **available on Web** ![web screenshot](https://user-images.githubusercontent.com/22851821/53382075-f12e9c80-39ad-11e9-98a3-9b9d3c2ecb81.png) **unavailable on simulator phone** ![ios simulator screenshot](https://user-images.githubusercontent.com/22851821/53382176-52567000-39ae-11e9-8d22-d1e61e9aa0fc.png) ``` series: [ { name:'用电量', type:'line', smooth: true, data: [300, 280, 250, 260,...