From 71371f81071a72eecd7d7a02ae3825943aae50d1 Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Wed, 18 Apr 2018 08:57:38 +0800
Subject: [PATCH] 报表展示  饼图功能

---
 src/app/routes/report/report.component.html |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/app/routes/report/report.component.html b/src/app/routes/report/report.component.html
index 624bb1b..d485e30 100644
--- a/src/app/routes/report/report.component.html
+++ b/src/app/routes/report/report.component.html
@@ -24,11 +24,6 @@
 						<div class="clear_fix"></div>
 					</div>
 				</div>
-				
-				
-				
-				
-				
 				<div class="content">
 					<div *ngFor="let item of items;let i = index">
 						<div class="{{i % 2 == 0 ? 'left' : 'right'}}">
@@ -52,7 +47,7 @@
 			<div *ngFor="let i of sensorArr">
 				<div id="mydiv{{i}}" style="height: 485.35px; width: 1000px"></div>
 			</div>
-			<!-- <div id="pieChar" style="height: 485.35px; width: 1000px"></div> -->
+			<div id="pieChar" style="height: 485.35px; width: 1000px"></div>
 		</div>
 
 		<div class="bg"  *ngIf="!spinning">

--
Gitblit v1.8.0