Browse Source

[修正] resize修正

master
陈鹏飞 5 years ago
parent
commit
d25a6a93ad
  1. 13
      src/app/statistic-analysis/home/home.component.ts

13
src/app/statistic-analysis/home/home.component.ts

@ -39,16 +39,9 @@ export class HomeComponent implements OnInit {
//更新echarts视图
updateEcharts(){
this.planState.clear()
this.planState.dispose()
this.chartDwsjcj.clear()
this.chartDwsjcj.dispose()
this.chartZdgzqy.clear()
this.chartZdgzqy.dispose()
this.unitType()
this.unitData()
this.keyUnit()
this.planState.resize()
this.chartDwsjcj.resize()
this.chartZdgzqy.resize()
}

Loading…
Cancel
Save