From 776fb6dc15bea0f3917b31f9f4427dcf638d0e03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czhuzihan=E2=80=9D=E2=80=83?= <“772644120@qq.com”> Date: Thu, 14 Aug 2025 13:53:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=9C=86=E7=8E=AF=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Dashboard.vue b/src/components/Dashboard.vue index 830730d..2038ab6 100644 --- a/src/components/Dashboard.vue +++ b/src/components/Dashboard.vue @@ -1212,10 +1212,10 @@ const initCharts = () => { }, series: [ { - type: 'pie', - radius: ['30%', '70%'], - center: ['60%', '50%'], - roseType: 'area', + type: 'pie', // 饼图 可选pie | ring + radius: ['30%', '50%'], + center: ['50%', '50%'], + // roseType: 'area', label: { show: true, formatter: '{b}: {d}%',