Explorar el Código

修改受理区域统计 显示

zhangshuangnan %!s(int64=7) %!d(string=hace) años
padre
commit
a1e917ad7f
Se han modificado 1 ficheros con 7 adiciones y 3 borrados
  1. 7 3
      WebChart_2.0/js/sourceChannel.js

+ 7 - 3
WebChart_2.0/js/sourceChannel.js

@@ -264,12 +264,12 @@ $(function() {
264 264
 			part3.setOption({
265 265
 				color: ['#6ce7ac', '#6a91e0', '#ceba5f', '#cb5f79', '#ae765a', '#569d4e','#7d55ba','#ce5aba','#355cdd','#44c1c6','#ceba5e','#c64444'],
266 266
 				title: {
267
-					text: '各区县占比',
267
+					text: '各乡镇街道占比',
268 268
 					x: 'center',
269 269
 					y: '45%',
270 270
 					textStyle: {
271 271
 						fontWeight: 'normal',
272
-						fontSize: 16,
272
+						fontSize: 14,
273 273
 						color:'#fff'
274 274
 						
275 275
 					}
@@ -345,6 +345,7 @@ $(function() {
345 345
 							var part_1_legend = [];
346 346
 							var part_1_ser = [];
347 347
 							$(con).each(function(i, n) {
348
+								if( n.AreaName.indexOf('当即办理') ==-1){
348 349
 								part_1_legend.push(n.AreaName)
349 350
 								var part_1_obj = {};
350 351
 								part_1_obj.value = n.Count;
@@ -353,7 +354,8 @@ $(function() {
353 354
 								if(n.AreaName.indexOf('城乡一体') != -1){
354 355
 									n.AreaName="城乡示范"
355 356
 								}
356
-								var str='<li>' +
357
+								
358
+									var str='<li>' +
357 359
 									'<span class="type_name">' + n.AreaName + '</span>   <span class="type_count">' + n.Count + '</span>' +
358 360
 									'</li>'
359 361
 									if(i<=5){
@@ -361,6 +363,8 @@ $(function() {
361 363
 									}else{
362 364
 											$(str).appendTo('.complaint_typeR');
363 365
 									}
366
+								}
367
+								
364 368
 							})
365 369
 							part3.setOption({
366 370
 //									legend: {