seimin hace 3 años
padre
commit
446c4e9a5e

+ 2 - 2
assets/js/controllers/report/deck_reportCtrl.js

@@ -196,8 +196,8 @@ app.controller('deck_reportCtrl', ["$scope", "$rootScope", "$state", "$timeout",
196 196
                 //渲染图表
197 197
                 barechart();
198 198
                 barechart1({id:"sjfx1",name:'来电数量',unit:'个',data:{x:$scope.hourList_name,y:$scope.hourList_countNum}});
199
-                barechart1({id:"sjfx2",name:'接听通话时长',unit:'秒',data:{x:$scope.timeList_name,y:$scope.timeList_sumNum}});
200
-                barechart1({id:"sjfx3",name:'接听电话平均时长',unit:'秒',data:{x:$scope.timeList_name,y:$scope.timeList_avgNum}});
199
+                barechart1({id:"sjfx2",name:'       接听通话时长',unit:'秒',data:{x:$scope.timeList_name,y:$scope.timeList_sumNum}});
200
+                barechart1({id:"sjfx3",name:'              接听电话平均时长',unit:'秒',data:{x:$scope.timeList_name,y:$scope.timeList_avgNum}});
201 201
                 barechart1({id:"sjfx4",name:'未接电话',unit:'个',data:{x:$scope.missList_name,y:$scope.missList_countNum}});
202 202
             }
203 203
         })

+ 3 - 3
assets/js/controllers/report/incident_reportCtrl.js

@@ -1014,7 +1014,7 @@ app.controller("incident_reportCtrl", [
1014 1014
           },
1015 1015
           grid: {
1016 1016
             top: "8%",
1017
-            left: ".5%",
1017
+            left: "2%",
1018 1018
             right: "0%",
1019 1019
             bottom: "10%",
1020 1020
             containLabel: true,
@@ -2790,7 +2790,7 @@ app.controller("incident_reportCtrl", [
2790 2790
             bottom: 0,
2791 2791
           },
2792 2792
           grid: {
2793
-            left: "1%",
2793
+            left: "3%",
2794 2794
             right: "0%",
2795 2795
             bottom: "15%",
2796 2796
             top: "10%",
@@ -3233,7 +3233,7 @@ app.controller("incident_reportCtrl", [
3233 3233
           },
3234 3234
           legend: legend,
3235 3235
           grid: {
3236
-            left: "1%",
3236
+            left: "2%",
3237 3237
             right: "0%",
3238 3238
             bottom: "15%",
3239 3239
             top: "10%",