mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2025-12-08 20:16:09 +00:00
Merge pull request #241 from chenvan/patch-1
This commit is contained in:
commit
0de0faacd2
@ -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 (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user