From 00212ed8e808fc7b76c04389224e65f27f074fb2 Mon Sep 17 00:00:00 2001
From: su1124 <1583764726@qq.com>
Date: 星期五, 26 四月 2024 15:30:04 +0800
Subject: [PATCH] su

---
 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