react-native-echarts
react-native-echarts copied to clipboard
Echarts for react-native. The react-naitve chart.
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 
release builds 无法显示出来
不能显示树图 是版本不支持吗 ? 如何升级依赖的echars版本?
[official demo link](https://echarts.baidu.com/examples/editor.html?c=line-sections) - screenshot **available on Web**  **unavailable on simulator phone**  ``` series: [ { name:'用电量', type:'line', smooth: true, data: [300, 280, 250, 260,...