From e97df5aa8edc8e2737d5cb0dab4314871cd3bf71 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Thu, 02 Aug 2018 08:55:06 +0800
Subject: [PATCH] 扬尘监控-实时监控和警告

---
 src/app/routes/forecasting-warning/forecasting-warning.component.ts |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.ts b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
index bd33a04..adf144b 100644
--- a/src/app/routes/forecasting-warning/forecasting-warning.component.ts
+++ b/src/app/routes/forecasting-warning/forecasting-warning.component.ts
@@ -88,7 +88,7 @@
         };
         return [
           params[0].value[0],
-          '���������' + params[0].value[1] + '���',
+          '���������' + params[0].value[1],
           '���������' + directionName[params[0].value[2]]
         ].join('<br>');
       }
@@ -98,7 +98,7 @@
       boundaryGap: true
     },
     yAxis: {
-      name: '���������������'
+      name: '���������m/s���'
     },
     series: [
       {

--
Gitblit v1.8.0