From efa7b6d79650d2f6813071b49f02ccce94c03f86 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Fri, 20 Jul 2018 16:18:10 +0800
Subject: [PATCH] 图例 高度调整

---
 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