From 541a0e3ddc65d44013a111ff1557beb76018db7b Mon Sep 17 00:00:00 2001
From: zhengpz <1838927346@qq.com>
Date: Fri, 13 Aug 2021 02:19:12 +0800
Subject: [PATCH] 图上数据汇总

---
 src/views/home/indexEchart.js |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/views/home/indexEchart.js b/src/views/home/indexEchart.js
index c3e3cea..e6e7e2d 100644
--- a/src/views/home/indexEchart.js
+++ b/src/views/home/indexEchart.js
@@ -70,17 +70,17 @@
       '#c4ebad',
       '#96dee8'
     ],
-    legend: {
-      data: ["自招保安单位", "保安培训公司", "保安服务公司", "武装守押公司"],
-      bottom: "1%",
-      itemWidth: 20,
-      textStyle: {
-        color: "#fff"
-      },
-      // formatter: function (legend1) {
-      //   return legend1;
-      // }
-    },
+    // legend: {
+    //   data: ["自招保安单位", "保安培训公司", "保安服务公司", "武装守押公司"],
+    //   bottom: "1%",
+    //   itemWidth: 20,
+    //   textStyle: {
+    //     color: "#fff"
+    //   },
+    //   // formatter: function (legend1) {
+    //   //   return legend1;
+    //   // }
+    // },
     grid: {
       top: '5%',
       left: "5%",

--
Gitblit v1.9.3