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',