From 5325bac67ccee984f02d7c86a579de3d36024e6e Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Sat, 5 Aug 2023 16:50:56 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]echarts=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../add-unit-two-time/add-unit-two-time.component.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/statistic-analysis/addUnit/add-unit-two-time/add-unit-two-time.component.ts b/src/app/statistic-analysis/addUnit/add-unit-two-time/add-unit-two-time.component.ts index 11b2784..c6e0cdb 100644 --- a/src/app/statistic-analysis/addUnit/add-unit-two-time/add-unit-two-time.component.ts +++ b/src/app/statistic-analysis/addUnit/add-unit-two-time/add-unit-two-time.component.ts @@ -228,7 +228,9 @@ export class AddUnitTwoTimeComponent implements OnInit { async dateChange() { this.tiaoshiPao = null; this.forArr.forEach((item) => { - item.echart.dispose(); + if (item.echart) { + item.echart.dispose(); + } }); if (this.selectType == "year") { @@ -263,7 +265,7 @@ export class AddUnitTwoTimeComponent implements OnInit { this.dateNum2.push(this.tabledata[0][i].count); this.zongcount = this.zongcount + this.tabledata[0][i].count; //this.years.push(this.tabledata[0][i].year) - this.years = ["2020", "2021", "2022"]; + this.years = ["2020", "2021", "2022", "2023", "2024"]; } //this.tiaoshiPao=this.serviceData.qipao(this.tiaoshiPao,this.dateNum,this.date) this.tiaoshiPao = this.serviceData.qipao( @@ -354,7 +356,7 @@ export class AddUnitTwoTimeComponent implements OnInit { //return tishiPao } thisYear = new Date().getFullYear(); - date2 = ["2020", "2021", "2022"]; + date2 = ["2020", "2021", "2022", "2023", "2024"]; dateNum2 = []; //新增数量统计