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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/cockpitPage/components/MachineStartupRate.vue b/src/views/cockpitPage/components/MachineStartupRate.vue index ffbb382..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, -- Gitblit v1.8.0