|  | @@ -98,15 +98,15 @@
 | 
	
		
			
				|  |  |                  <table id="areaTable"></table>
 | 
	
		
			
				|  |  |              </div>
 | 
	
		
			
				|  |  |          </div>
 | 
	
		
			
				|  |  | -<%--        <div class="main-layer-next">--%>
 | 
	
		
			
				|  |  | -<%--            <div class="pieEcarts">--%>
 | 
	
		
			
				|  |  | -<%--                <div class="pieEcarts-title">{{drawData.year}}年行业前8占比情况</div>--%>
 | 
	
		
			
				|  |  | -<%--                <div id="hyPieEcarts"  style="height: 215px;"></div>--%>
 | 
	
		
			
				|  |  | -<%--            </div>--%>
 | 
	
		
			
				|  |  | -<%--            <div class="tabel-box">--%>
 | 
	
		
			
				|  |  | -<%--                <table id="hyTable"></table>--%>
 | 
	
		
			
				|  |  | -<%--            </div>--%>
 | 
	
		
			
				|  |  | -<%--        </div>--%>
 | 
	
		
			
				|  |  | +        <div class="main-layer-next">
 | 
	
		
			
				|  |  | +            <div class="pieEcarts">
 | 
	
		
			
				|  |  | +                <div class="pieEcarts-title">{{drawData.year}}年行业占比情况</div>
 | 
	
		
			
				|  |  | +                <div id="hyPieEcarts"  style="height: 180px;margin-top: 30px"></div>
 | 
	
		
			
				|  |  | +            </div>
 | 
	
		
			
				|  |  | +            <div class="tabel-box">
 | 
	
		
			
				|  |  | +                <table id="hyTable"></table>
 | 
	
		
			
				|  |  | +            </div>
 | 
	
		
			
				|  |  | +        </div>
 | 
	
		
			
				|  |  |          <div class="main-layer-next">
 | 
	
		
			
				|  |  |              <div class="pieEcarts">
 | 
	
		
			
				|  |  |                  <div class="pieEcarts-title">{{drawData.year}}年按建设性质占比情况</div>
 | 
	
	
		
			
				|  | @@ -454,7 +454,7 @@
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |                      self.showNoData();
 | 
	
		
			
				|  |  |                      self.initArea();
 | 
	
		
			
				|  |  | -                    // self.initHy();
 | 
	
		
			
				|  |  | +                    self.initHy();
 | 
	
		
			
				|  |  |                      self.initJs();
 | 
	
		
			
				|  |  |      			});
 | 
	
		
			
				|  |  |      		},
 | 
	
	
		
			
				|  | @@ -472,7 +472,8 @@
 | 
	
		
			
				|  |  |          		this.drawTable("区域", "#areaTable", this.areaData);
 | 
	
		
			
				|  |  |          	},
 | 
	
		
			
				|  |  |          	initHy: function() {
 | 
	
		
			
				|  |  | -        		this.drawPieEcharts(this.hyChart, "#hyPieEcarts", "前8大行业投资占比", this.hyData);
 | 
	
		
			
				|  |  | +        		// this.drawPieEcharts(this.hyChart, "#hyPieEcarts", "前8大行业投资占比", this.hyData);
 | 
	
		
			
				|  |  | +        		this.drawPieEcharts(this.hyChart, "#hyPieEcarts", "", this.hyData);
 | 
	
		
			
				|  |  |          		this.drawTable("所属行业", "#hyTable", this.hyData);
 | 
	
		
			
				|  |  |          	},
 | 
	
		
			
				|  |  |          	initJs: function() {
 |