From c7e7f507cc7d4b10a2bb8095d718e10dadd317c9 Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期四, 21 十二月 2023 19:29:21 +0800
Subject: [PATCH] 新增echarts-gl插件

---
 src/views/cockpitPage/components/MachineStartupRate.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/cockpitPage/components/MachineStartupRate.vue b/src/views/cockpitPage/components/MachineStartupRate.vue
index dab4668..7da5477 100644
--- a/src/views/cockpitPage/components/MachineStartupRate.vue
+++ b/src/views/cockpitPage/components/MachineStartupRate.vue
@@ -76,7 +76,7 @@
           },
           series: [
             {
-              name: "Access From",
+              name: "",
               type: "pie",
               radius: ["58%", "70%"],
               avoidLabelOverlap: false,
@@ -116,9 +116,9 @@
               },
               labelLine: {
                 show: true,
-                length: 40,
+                length: 15,
                 color: "blue",
-                length2: 70,
+                length2: 80,
               },
               labelLayout: {
                 verticalAlign: "bottom",

--
Gitblit v1.8.0