From 47a7c6d2458ebd3c4722cbd1938d3f28a99e78ad Mon Sep 17 00:00:00 2001 From: qinxianzhangyao <11053546+qinxianzhangyao@user.noreply.gitee.com> Date: 星期五, 26 四月 2024 15:03:42 +0800 Subject: [PATCH] qxtj --- src/views/index.vue | 14 ++++++++++---- 1 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index dcbe83a..bc94f0d 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -231,6 +231,9 @@ type: 'pie', radius: ['16%', '54%'], center: ["50%", "43%"], + avoidLabelOveralap:false, + startAngle:180, + minAngle:10, data: this.PieChart, emphasis: { itemStyle: { @@ -283,6 +286,9 @@ type: 'pie', radius: ['16%', '54%'], center: ["50%", "43%"], + avoidLabelOveralap:false, + startAngle:180, + minAngle:10, data: this.PieChart2, emphasis: { itemStyle: { @@ -296,10 +302,10 @@ } - window.onresize = function () { - myChart2.resize() - myChart3.resize() - } + // window.onresize = function () { + // myChart2.resize() + // myChart3.resize() + // } this.loading = false; }); -- Gitblit v1.8.0