调度报表

This commit is contained in:
xueli.xue 2017-04-25 11:17:35 +08:00
parent 6574d7f9de
commit 92a124f4d6
1 changed files with 3 additions and 3 deletions

View File

@ -60,7 +60,7 @@ $(function () {
{ {
type : 'category', type : 'category',
boundaryGap : false, boundaryGap : false,
data : ['2017-10-01','2017-10-02','2017-10-03','2017-10-04','2017-10-05','2017-10-06','2017-10-07'] data : data.content.triggerDayList
} }
], ],
yAxis : [ yAxis : [
@ -74,7 +74,7 @@ $(function () {
type:'line', type:'line',
stack: '总量', stack: '总量',
areaStyle: {normal: {}}, areaStyle: {normal: {}},
data:[820, 932, 901, 934, 1290, 1330, 1320] data: data.content.triggerDayCountSucList
}, },
{ {
name:'失败调度次数', name:'失败调度次数',
@ -87,7 +87,7 @@ $(function () {
} }
}, },
areaStyle: {normal: {}}, areaStyle: {normal: {}},
data:[120, 132, 101, 134, 90, 230, 210] data: data.content.triggerDayCountFailList
} }
], ],
color:['#00A65A', '#F39C12'] color:['#00A65A', '#F39C12']