From ea372ad663691892afbfbefb82f5771dd8bf18c8 Mon Sep 17 00:00:00 2001 From: yaoyuhao Date: Thu, 6 Jun 2024 14:24:44 +0800 Subject: [PATCH] 1 --- src/view/echarts_education/pie5.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/view/echarts_education/pie5.vue b/src/view/echarts_education/pie5.vue index df04345..4a5ab85 100644 --- a/src/view/echarts_education/pie5.vue +++ b/src/view/echarts_education/pie5.vue @@ -119,7 +119,7 @@ const getOption = () => { barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/, label: { show: true, - position: "inside", + position: "right", color: "#ffffff", formatter: function (data) { return data.value; @@ -146,7 +146,7 @@ const getOption = () => { barGap: 0.3 /*多个并排柱子设置柱子之间的间距*/, label: { show: true, - position: "inside", + position: "right", color: "#ffffff", formatter: function (data) { return data.value;