Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
熊鹏飞
/
xxljob220
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
92a124f4
authored
Apr 25, 2017
by
xueli.xue
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调度报表
parent
6574d7f9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
xxl-job-admin/src/main/webapp/static/js/index.js
xxl-job-admin/src/main/webapp/static/js/index.js
View file @
92a124f4
...
@@ -60,7 +60,7 @@ $(function () {
...
@@ -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 () {
...
@@ -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 () {
...
@@ -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'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment