邵佳豪 4 years ago
parent
commit
270a45c32c
  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