From 077d3f07395c4ec4f54e06e05da63a08ec614499 Mon Sep 17 00:00:00 2001 From: miaojiale <1123971748@qq.com> Date: Tue, 11 Jul 2023 09:35:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataAnalysis/Pie/PieChartFour.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataAnalysis/Pie/PieChartFour.vue b/src/views/dataAnalysis/Pie/PieChartFour.vue index 826e036..890b435 100644 --- a/src/views/dataAnalysis/Pie/PieChartFour.vue +++ b/src/views/dataAnalysis/Pie/PieChartFour.vue @@ -92,7 +92,7 @@ export default { }, tooltip: { trigger: "item", - valueFormatter: (value) => value + "%", + valueFormatter: (value) => value + "人", backgroundColor: "rgba(50,50,50,0.7)", textStyle: { color: "#fff", -- 2.22.0