From 49a6b8c6329034f429facf3263f4a0978dc48861 Mon Sep 17 00:00:00 2001 From: 沈斌 <bluelazysb@hotmail.com> Date: Fri, 13 Jul 2018 11:11:54 +0800 Subject: [PATCH] updates --- src/app/routes/reports/query/query.component.ts | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/src/app/routes/reports/query/query.component.ts b/src/app/routes/reports/query/query.component.ts index 5576114..03517bf 100644 --- a/src/app/routes/reports/query/query.component.ts +++ b/src/app/routes/reports/query/query.component.ts @@ -627,7 +627,6 @@ // if ( this.chartSelectedIndex < this.grid.data.length ) { // series = [{type: 'line', data: this.grid.data[this.chartSelectedIndex]}]; // } - this.initOpton({ xAxis : [{data : timeList}]}); this.chartLoading = true; } -- Gitblit v1.8.0