somonus / react-native-echarts

Echarts for react-native. The react-naitve chart.
MIT License
721 stars 309 forks source link

如何在RN 里面设置 Echarts 的 dispatchAction ? #128

Open 0x111111 opened 5 years ago

0x111111 commented 5 years ago

myChart.dispatchAction({ type: 'brush', areas: [ { brushType: 'lineX', coordRange: ['2004-01-01', '2004-02-17'], xAxisIndex: 0 } ] });

<Echarts dispatchAction={this.state.dispatchAction} option={} />

我试了并无效果

echarts 的例子在这里 http://www.echartsjs.com/examples/editor.html?c=candlestick-brush

Yakovtam commented 5 years ago

Have you overcome this difficulty?