From 2957e5acef230d4ce686997a202c175cabdeb7b8 Mon Sep 17 00:00:00 2001 From: chenjianxing Date: Thu, 14 May 2020 11:53:14 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A5=BC=E5=9B=BE=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/business/components/common/components/MsPieChart.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/business/components/common/components/MsPieChart.vue b/frontend/src/business/components/common/components/MsPieChart.vue index 9ba804afe2..009fbbb822 100644 --- a/frontend/src/business/components/common/components/MsPieChart.vue +++ b/frontend/src/business/components/common/components/MsPieChart.vue @@ -41,8 +41,8 @@ { name: this.name, type: 'pie', - radius: '55%', - roseType: 'angle', + radius: ['40%', '70%'], + // roseType: 'angle', data: this.data } ]