From f1b409d09a1047ab786c5e4911cf99412e179a31 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期二, 07 十一月 2023 10:25:53 +0800
Subject: [PATCH] 1.综合看板  100%

---
 src/utils/myEcharts.js |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/src/utils/myEcharts.js b/src/utils/myEcharts.js
index f51fdf6..1c418b9 100644
--- a/src/utils/myEcharts.js
+++ b/src/utils/myEcharts.js
@@ -2308,7 +2308,7 @@
     // tooltip: {},
     title: {
       show: show,
-      text: '鍚勮溅闂村綋鏈堜笉鑹秼鍔�',
+      text: '鍚勮溅闂翠笉鑹秼鍔�',
       left: '50%',
       top: '3%',
       textAlign: 'center',
@@ -2322,8 +2322,8 @@
     grid: {
       left: '2%',
       right: '2%',
-      bottom: '20%',
-      top: '15%',
+      bottom: '15%',
+      top: '20%',
       containLabel: true
     },
     legend: {
@@ -2505,9 +2505,9 @@
         symbolSize: 6,
         lineStyle: {
           normal: {
-            color: '#ffe000' // 绾挎潯棰滆壊
+            color: '#ffa800' // 绾挎潯棰滆壊
           },
-          borderColor: '#ffe000'
+          borderColor: '#ffa800'
         },
         label: {
           show: true,
@@ -2519,7 +2519,7 @@
         },
         itemStyle: {
           normal: {
-            color: '#ffe000'
+            color: '#ffa800'
           }
         },
         tooltip: {
@@ -2553,9 +2553,9 @@
         symbolSize: 6,
         lineStyle: {
           normal: {
-            color: '#ffa800' // 绾挎潯棰滆壊
+            color: '#ffee00' // 绾挎潯棰滆壊
           },
-          borderColor: '#ffa800'
+          borderColor: '#ffee00'
         },
         label: {
           show: true,
@@ -2567,7 +2567,7 @@
         },
         itemStyle: {
           normal: {
-            color: '#ffa800'
+            color: '#ffee00'
           }
         },
         tooltip: {

--
Gitblit v1.9.3