From 2547159bbd781c8e1a41ecc939385396c85f9766 Mon Sep 17 00:00:00 2001 From: Riku <risaku@163.com> Date: 星期一, 09 六月 2025 23:35:59 +0800 Subject: [PATCH] 2025.6.9(功能编写中) --- 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