Forráskód Böngészése

统计饼图优化

wangjianguo 8 éve
szülő
commit
ac0902d83e

+ 2 - 2
VisualInspection/js/statistics/personal_data_statistics.js

@@ -337,7 +337,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "个人服务检查问题占比 <br/>{b} : {d}%"
+					formatter:  "个人服务检查问题占比 <br/>{b} : {c}分 ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -369,7 +369,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}分 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 4 - 4
VisualInspection/js/statistics/road_manage_statistics.js

@@ -503,7 +503,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "道管中心考核扣分占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "道管中心考核扣分占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -535,7 +535,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}人 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -732,7 +732,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -764,7 +764,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}分 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 4 - 4
VisualInspection/js/statistics/toll_station_statistics.js

@@ -630,7 +630,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "收费站考核扣分占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "收费站考核扣分占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -662,7 +662,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}人 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -836,7 +836,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -868,7 +868,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}分 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							} 

+ 4 - 5
VisualInspection/js/statistics/total_company_statistics.js

@@ -459,7 +459,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "公司考核扣分占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "公司考核扣分占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -491,8 +491,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								// formatter: '{b} : {c} ({d}%)' 
-								formatter: '{b} : {d}%'  
+							    formatter: '{b} : {c}人 ({d}%)'
 							}, 
 							labelLine :{show:true} 
 							} 
@@ -620,7 +619,7 @@ $(function(){
 			option = {
 				tooltip : {
 					trigger: 'item',
-					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
+					formatter:  "温馨服务检查占比 <br/>{b} : {c} ({d}%)"
 				},
 				toolbox: {
 					show : true,
@@ -652,7 +651,7 @@ $(function(){
 						normal:{ 
 							label:{ 
 								show: true, 
-								formatter: '{b} : {d}%'  
+								formatter: '{b} : {c}分 ({d}%)'  
 							}, 
 							labelLine :{show:true} 
 							}