From 473b77cf9437839a5e31fdbcd8dda992aa078b99 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 19 十一月 2020 17:01:50 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/monitor/monitor.html |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/webapp/views/monitor/monitor.html b/src/main/webapp/views/monitor/monitor.html
index 9e54756..82ee207 100644
--- a/src/main/webapp/views/monitor/monitor.html
+++ b/src/main/webapp/views/monitor/monitor.html
@@ -458,7 +458,7 @@
                         color: '#fff'
                     }
                 },
-                data: [{value: 40, name: 'm/min\nx'}]
+                data: [{value: 40, name: 'x\nm/min'}]
             },
             {
                 name: '鍗囬檷閫熷害',
@@ -753,9 +753,9 @@
                 // },
                 itemStyle:{
                     normal:{
-                        color:'#0cbad9', //鎶樼偣棰滆壊
+                        color:'#ef550e', //鎶樼偣棰滆壊
                         lineStyle:{
-                            color:'#07a093' //鎶樼嚎棰滆壊
+                            color:'#ec670f' //鎶樼嚎棰滆壊
                         }
                     }
                 }
@@ -880,5 +880,13 @@
         });
     }
 
+    // eCharts 璺熼殢绐楀彛鏀瑰彉
+    window.onresize = function(){
+        crnChart.resize();
+        lineCharts.resize();
+        pieCharts.resize();
+    }
+
+
 </script>
 </html>

--
Gitblit v1.9.1