We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ee6a04 commit 405e9f7Copy full SHA for 405e9f7
src/components/Echarts/index.js
@@ -21,7 +21,7 @@ export default class App extends Component {
21
height: this.props.height || 400,
22
backgroundColor: this.props.backgroundColor || 'transparent'
23
}}
24
- scalesPageToFit={false}
+ scalesPageToFit={true}
25
source={require('./tpl.html')}
26
onMessage={event => this.props.onPress ? this.props.onPress(JSON.parse(event.nativeEvent.data)) : null}
27
/>
0 commit comments