From 9eb1778144cb6d2bafb7255a9fbd908a201ce270 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 8 Aug 2022 15:45:02 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3echarts=20legend=E8=BF=87?= =?UTF-8?q?=E5=A4=9A=E6=8C=A4=E5=8E=8B=E4=B8=80=E8=B5=B7=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Statistics/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/views/Statistics/index.vue b/src/views/Statistics/index.vue index 6ac7a16..0fd34ba 100644 --- a/src/views/Statistics/index.vue +++ b/src/views/Statistics/index.vue @@ -501,8 +501,9 @@ export default { name: "", type: "pie", radius: ["48%", "70%"], - avoidLabelOverlap: false, + avoidLabelOverlap: true, data: objoptlis, + }, ], };