Merge pull request #241 from chenvan/patch-1

This commit is contained in:
hustcc 2018-11-03 00:13:26 +08:00 committed by GitHub
commit 0de0faacd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ export default class Simple extends PureComponent {
};
render() {
let code = "<ReactEcharts \n" +
" option={this.getOtion()} \n" +
" option={this.getOption()} \n" +
" style={{height: '350px', width: '100%'}} \n" +
" className='react_for_echarts' />";
return (