From e220a0efb41651f0169eb049756b5912bb035555 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Wed, 16 Nov 2022 15:24:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=AF=E8=A7=86=E5=8C=96=E7=BC=A9=E6=94=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resources/templates/admin/space_statistics.ftl | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/admin/space_statistics.ftl b/src/main/resources/templates/admin/space_statistics.ftl index 57bbb4b..c302e29 100644 --- a/src/main/resources/templates/admin/space_statistics.ftl +++ b/src/main/resources/templates/admin/space_statistics.ftl @@ -15,8 +15,8 @@
-
-
+
+
@@ -67,7 +67,7 @@ { name: '把握度', type: 'pie', - radius: ['40%', '70%'], + radius: ['20%', '50%'], avoidLabelOverlap: true, data: [], label: { @@ -105,13 +105,19 @@ color:[colors[0], colors[1]], xAxis: { type: 'category', - name: '项目把握度', + name: '把握度', // triggerEvent: true, axisLabel: { interval:0 }, data: [] }, + grid: { + left: '3%', + right: '4%', + bottom: '3%', + containLabel: true + }, yAxis: [ { type: 'value',