diff --git a/src/views/modules/visual/communityGovern/typePieOption.js b/src/views/modules/visual/communityGovern/typePieOption.js index 64b6ad98..49c86b9e 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 },