From 92a124f4d6644fa57f0b774e5c28c0f10ef96cc1 Mon Sep 17 00:00:00 2001 From: "xueli.xue" Date: Tue, 25 Apr 2017 11:17:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E5=BA=A6=E6=8A=A5=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- xxl-job-admin/src/main/webapp/static/js/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xxl-job-admin/src/main/webapp/static/js/index.js b/xxl-job-admin/src/main/webapp/static/js/index.js index e4a59700..df001415 100644 --- a/xxl-job-admin/src/main/webapp/static/js/index.js +++ b/xxl-job-admin/src/main/webapp/static/js/index.js @@ -60,7 +60,7 @@ $(function () { { type : 'category', 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 : [ @@ -74,7 +74,7 @@ $(function () { type:'line', stack: '总量', areaStyle: {normal: {}}, - data:[820, 932, 901, 934, 1290, 1330, 1320] + data: data.content.triggerDayCountSucList }, { name:'失败调度次数', @@ -87,7 +87,7 @@ $(function () { } }, areaStyle: {normal: {}}, - data:[120, 132, 101, 134, 90, 230, 210] + data: data.content.triggerDayCountFailList } ], color:['#00A65A', '#F39C12']