From b9bea44cf5af2ebf17157c46c43a48475d9abfec Mon Sep 17 00:00:00 2001
From: fengxiang <110431245@qq.com>
Date: Wed, 01 Aug 2018 09:07:42 +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