From cc523dbe2dc5d3d72d8f82c9748f7fb5ccf87eb5 Mon Sep 17 00:00:00 2001 From: fengxiang <110431245@qq.com> Date: Mon, 23 Jul 2018 09:39:04 +0800 Subject: [PATCH] 导入device 组件 --- src/app/routes/forecasting-warning/forecasting-warning.component.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/app/routes/forecasting-warning/forecasting-warning.component.ts b/src/app/routes/forecasting-warning/forecasting-warning.component.ts index d9cfe0c..3f9c2fb 100644 --- a/src/app/routes/forecasting-warning/forecasting-warning.component.ts +++ b/src/app/routes/forecasting-warning/forecasting-warning.component.ts @@ -140,6 +140,7 @@ this.option.yAxis.name = '������������'; this.option['legend'] = { right: '10%', + top: '10%', data: ['������������', '������������'] }; this.option.series[0].data = temp_day; -- Gitblit v1.8.0