更新到echarts 4.x
This commit is contained in:
parent
41b7a88c6a
commit
fdc9ad9c96
|
|
@ -39,6 +39,7 @@ export default class App extends Component {
|
||||||
<WebView
|
<WebView
|
||||||
ref="chart"
|
ref="chart"
|
||||||
scrollEnabled = {false}
|
scrollEnabled = {false}
|
||||||
|
javaScriptEnabled={true}
|
||||||
injectedJavaScript = {renderChart(this.props,true)}
|
injectedJavaScript = {renderChart(this.props,true)}
|
||||||
style={{
|
style={{
|
||||||
height: this.props.height || 400,
|
height: this.props.height || 400,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue