更新到echarts 4.x

This commit is contained in:
陆扬 2018-05-19 18:28:21 +08:00
parent 41b7a88c6a
commit fdc9ad9c96
2 changed files with 77 additions and 88 deletions

View File

@ -39,6 +39,7 @@ export default class App extends Component {
<WebView
ref="chart"
scrollEnabled = {false}
javaScriptEnabled={true}
injectedJavaScript = {renderChart(this.props,true)}
style={{
height: this.props.height || 400,

File diff suppressed because one or more lines are too long