From a2bd66a59a51c84100474d1ce3eb79d7ed3b754e Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Tue, 31 Jul 2018 15:57:06 +0800 Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_demo2 --- 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