From d098fd85a2b516702389ed380ab825a6fde2cbc3 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Mon, 23 Jan 2023 01:19:17 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E9=A6=96=E9=A1=B5=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 40345282d470d315585b052e0ae55cb1974e3e25 --- src/views/dashboard/components/BarChart.vue | 22 ++--- src/views/dashboard/components/PieChart.vue | 22 ++--- src/views/dashboard/components/RadarChart.vue | 22 ++--- src/views/dashboard/index.vue | 83 +++++++++++++++++-- 4 files changed, 98 insertions(+), 51 deletions(-) diff --git a/src/views/dashboard/components/BarChart.vue b/src/views/dashboard/components/BarChart.vue index 3459ef80..9d0ec5c9 100644 --- a/src/views/dashboard/components/BarChart.vue +++ b/src/views/dashboard/components/BarChart.vue @@ -1,6 +1,9 @@