Unverified Commit 4a89fa12 authored by afc163's avatar afc163

🆙 upgrade bizcharts version to fix forceFit of null

close #4107
ref alibaba/BizCharts#819
close #4195
parent 77f223e0
......@@ -33,10 +33,6 @@ class Analysis extends Component {
}
componentWillUnmount() {
const { dispatch } = this.props;
dispatch({
type: 'chart/clear',
});
cancelAnimationFrame(this.reqRef);
}
......
......@@ -62,13 +62,6 @@ class Workplace extends PureComponent {
});
}
componentWillUnmount() {
const { dispatch } = this.props;
dispatch({
type: 'chart/clear',
});
}
renderActivities() {
const {
activities: { list },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment