From 11a4ca8634acaced64b04565fcc8006ba513dfc6 Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期二, 18 六月 2024 23:25:19 +0800
Subject: [PATCH] 增加图例

---
 src/views/mdc/processParam/index.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/processParam/index.vue b/src/views/mdc/processParam/index.vue
index 1a71eaf..012e6b1 100644
--- a/src/views/mdc/processParam/index.vue
+++ b/src/views/mdc/processParam/index.vue
@@ -275,8 +275,7 @@
                 tooltip: {
                     position: ['50%', '50%']
                 },
-                legend: [
-                ],
+                legend: {},
                 title: {
                     text: '',
                     subtext: '',
@@ -378,6 +377,9 @@
                     //     return current.format('HH:mm')
                     // }
                 },
+                legend: {
+
+                },
                 title: {
                     text: '',
                     subtext: '',

--
Gitblit v1.9.3