shifeng1993 / react-native-secharts

一个webview封装的图表组件。基于百度echarts4
MIT License
219 stars 57 forks source link

能否添加点击事件 #19

Closed jiasongs closed 6 years ago

jiasongs commented 6 years ago

_handleMessage = (e) => { const { onPress } = this.props onPress && onPress(e) this.setState({ data: JSON.parse(e.nativeEvent.data) }); }

shifeng1993 commented 6 years ago

1.4.1版本新增点击事件,echarts版本更新至4.1.0 rc2