From ac7f3b628044654b843e69e8c40a512ae571c84d Mon Sep 17 00:00:00 2001 From: chenjinsong <523037378@qq.com> Date: Fri, 9 Jul 2021 21:58:49 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/charts/StatisticsLegend.vue | 83 ++- src/components/charts/chart-options.js | 7 +- src/components/charts/chartFormatter.js | 2 +- src/components/charts/panel.scss | 5 +- .../common/TimeRange/DateTimeRange.vue | 471 ++++++++++-------- src/components/entities/LeftFilter.vue | 1 - src/views/charts/Chart.vue | 18 +- src/views/charts/Panel.vue | 11 +- 8 files changed, 325 insertions(+), 273 deletions(-) diff --git a/src/components/charts/StatisticsLegend.vue b/src/components/charts/StatisticsLegend.vue index 7cce5799..4d7edc78 100644 --- a/src/components/charts/StatisticsLegend.vue +++ b/src/components/charts/StatisticsLegend.vue @@ -1,21 +1,17 @@