From b2f563e557d7b19334b6591a00001e3fb522da21 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期五, 13 六月 2025 17:05:44 +0800 Subject: [PATCH] 2025.6.13 --- src/utils/echart/chart-option.js | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/echart/chart-option.js b/src/utils/echart/chart-option.js index c7de2f8..c4b1c35 100644 --- a/src/utils/echart/chart-option.js +++ b/src/utils/echart/chart-option.js @@ -31,7 +31,7 @@ // } // }, grid: { - left: '3%', + left: '10%', right: '4%', bottom: '3%', containLabel: true @@ -44,7 +44,7 @@ name: name, type: 'pie', // radius: '55%', - center: ['50%', '50%'], + // center: ['50%', '50%'], data: _data, roseType: 'radius', percentPrecision: 0, -- Gitblit v1.9.3