From 228a9bd675fe05194b340c0053c2c9970cecf316 Mon Sep 17 00:00:00 2001 From: mike <573940421@qq.com> Date: Fri, 17 Nov 2017 20:32:34 +0800 Subject: [PATCH] =?UTF-8?q?ios11=20=E9=AB=98=E5=BA=A6=E5=8F=AA=E6=9C=89?= =?UTF-8?q?=E8=AE=BE=E5=AE=9Aheight=E7=9A=84=E4=B8=80=E5=8D=8A=20=E5=A4=84?= =?UTF-8?q?=E7=90=86=E4=B8=8A=E8=BF=B0bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Echarts/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Echarts/index.js b/src/components/Echarts/index.js index e505b10..70b4411 100644 --- a/src/components/Echarts/index.js +++ b/src/components/Echarts/index.js @@ -20,6 +20,7 @@ export default class App extends Component { style={{ height: this.props.height || 400, }} + scalesPageToFit={false} source={require('./tpl.html')} onMessage={event => this.props.onPress ? this.props.onPress(JSON.parse(event.nativeEvent.data)) : null} />