|
@@ -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
|
})
|