From fd5da005d036485d0d3c9e8fde3b89b8e046266c Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 28 Feb 2022 09:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A5=BC=E7=8A=B6=E5=9B=BE=E5=BC=95=E5=AF=BC?= =?UTF-8?q?=E7=BA=BF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/visual/communityGovern/typePieOption.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/modules/visual/communityGovern/typePieOption.js b/src/views/modules/visual/communityGovern/typePieOption.js index 64b6ad984..49c86b9e0 100644 --- a/src/views/modules/visual/communityGovern/typePieOption.js +++ b/src/views/modules/visual/communityGovern/typePieOption.js @@ -77,7 +77,7 @@ const center= ['50%', '250px'] // height: '80%', selectedMode: 'single', left: 'center', - width: 400, + width: 480, label: { // show: false, position: 'outside', @@ -88,14 +88,14 @@ const center= ['50%', '250px'] edgeDistance: 1, lineHeight: 15, color: '#fff', - fontSize: 12, + fontSize: 10, // distanceToLabelLine: -60, rich: { name: { padding: [0, 6, 0, 6] }, a: { - fontSize: 30, + fontSize: 25, color: '#fff', padding: [0, 6, 6, 6] }, @@ -111,7 +111,7 @@ const center= ['50%', '250px'] labelLine: { show: false, smooth: 0.2, - length: 30, + length: 50, length2: 0, maxSurfaceAngle: 80 },