From 91513e171078ed6b0887f87b9fced33895d6d3fb Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期二, 08 七月 2025 08:35:50 +0800 Subject: [PATCH] 2025.7.8 --- 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