From 37942aefeb8986a97c0310a9fe3fe2d613519dab Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 31 Jul 2018 14:47:41 +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