mirror of
https://github.com/hustcc/echarts-for-react.git
synced 2026-02-01 16:47:00 +00:00
remove unused code branch
This commit is contained in:
parent
1524b166b6
commit
56ff43c880
2
demo/dist/bundle.js
vendored
2
demo/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
@ -176,8 +176,7 @@ var EchartsReactCore = function (_Component) {
|
||||
var _this2 = this;
|
||||
|
||||
var _props = this.props,
|
||||
_props$style = _props.style,
|
||||
style = _props$style === undefined ? {} : _props$style,
|
||||
style = _props.style,
|
||||
className = _props.className;
|
||||
|
||||
var newStyle = _extends({
|
||||
|
||||
@ -120,7 +120,7 @@ export default class EchartsReactCore extends Component {
|
||||
};
|
||||
|
||||
render() {
|
||||
const { style = {}, className } = this.props;
|
||||
const { style, className } = this.props;
|
||||
const newStyle = {
|
||||
height: 300,
|
||||
...style,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user