Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cmszMonitorAnalysis
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
liuna
cmszMonitorAnalysis
Commits
8762fff3
Commit
8762fff3
authored
Feb 02, 2018
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018年2月2日 --智能分析平台
--实体厅流量监测:营业厅业务量、用户趋势图时间调整
parent
7e9e8288
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
29 deletions
+51
-29
workspace.xml
.idea/workspace.xml
+0
-0
FlowMonitor.jsp
...ain/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
+51
-29
No files found.
.idea/workspace.xml
View file @
8762fff3
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
View file @
8762fff3
...
...
@@ -1109,12 +1109,18 @@
var
hallList
=
[];
var
time
=
[];
var
dataList
=
[];
data
.
forEach
(
function
(
t
,
i
){
if
(
i
===
0
){
t
.
forEach
(
function
(
t1
){
time
.
push
(
df
.
format
(
new
Date
(
t1
[
2
])))
})
var
longList
=
[];
for
(
var
a
=
0
;
a
<
data
.
length
;
a
++
){
if
(
longList
.
length
<
data
[
a
].
length
){
longList
=
data
[
a
];
}
}
longList
.
forEach
(
function
(
d
)
{
time
.
push
(
df
.
format
(
new
Date
(
d
[
2
])))
})
data
.
forEach
(
function
(
t
,
i
){
dataList
.
push
([]);
t
.
forEach
(
function
(
t1
,
j
){
if
(
j
===
0
){
...
...
@@ -1225,12 +1231,17 @@
var
hallList
=
[];
var
time
=
[];
var
dataList
=
[];
data
.
forEach
(
function
(
t
,
i
){
if
(
i
===
0
){
t
.
forEach
(
function
(
t1
){
time
.
push
(
df
.
format
(
new
Date
(
t1
[
2
])))
})
var
longList
=
[];
for
(
var
a
=
0
;
a
<
data
.
length
;
a
++
){
if
(
longList
.
length
<
data
[
a
].
length
){
longList
=
data
[
a
];
}
}
longList
.
forEach
(
function
(
d
)
{
time
.
push
(
df
.
format
(
new
Date
(
d
[
2
])))
})
data
.
forEach
(
function
(
t
,
i
){
dataList
.
push
([])
t
.
forEach
(
function
(
t1
,
j
){
if
(
j
===
0
){
...
...
@@ -1491,7 +1502,9 @@
},
grid
:{
x
:
100
,
x2
:
20
y
:
90
,
x2
:
20
,
y2
:
20
,
},
legend
:
{
data
:[
'宽带开户'
,
'资料变更'
,
'产品变更'
,
'套餐变更'
,
'综合账单查询'
,
'充值缴费'
,
'资金变化查询'
,
'详单查询'
,
'积分查询'
,
'其他'
]
...
...
@@ -1634,8 +1647,6 @@
async
:
false
,
success
:
function
(
data
){
console
.
log
(
"用户IP业务实时"
,
data
);
var
cnt1
=
new
Array
();
var
cnt2
=
new
Array
();
...
...
@@ -1818,9 +1829,9 @@
trigger
:
'axis'
},
grid
:{
x
:
5
0
,
y
:
4
0
,
x2
:
1
0
,
x
:
10
0
,
y
:
8
0
,
x2
:
2
0
,
y2
:
30
,
},
legend
:
{
...
...
@@ -1927,13 +1938,18 @@
var
dataList
=
[];
var
time
=
[];
var
ipList
=
[];
var
longList
=
[];
for
(
var
a
=
0
;
a
<
data
.
length
;
a
++
){
if
(
longList
.
length
<
data
[
a
].
length
){
longList
=
data
[
a
];
}
}
longList
.
forEach
(
function
(
d
)
{
time
.
push
(
df
.
format
(
new
Date
(
d
[
2
])))
})
data
.
forEach
(
function
(
t
,
i
){
t
.
sort
(
function
(
t1
,
t2
){
return
t1
[
2
]
-
t2
[
2
]});
if
(
i
===
0
){
t
.
forEach
(
function
(
t1
){
time
.
push
(
df
.
format
(
new
Date
(
t1
[
2
])))
})
}
dataList
.
push
([])
t
.
forEach
(
function
(
t1
,
j
){
if
(
j
===
0
){
...
...
@@ -1983,9 +1999,9 @@
trigger
:
'axis'
},
grid
:{
x
:
5
0
,
y
:
4
0
,
x2
:
1
0
,
x
:
10
0
,
y
:
8
0
,
x2
:
2
0
,
y2
:
30
,
},
legend
:
{
...
...
@@ -2091,13 +2107,19 @@
var
dataList
=
[];
var
time
=
[];
var
ipList
=
[];
var
longList
=
[];
for
(
var
a
=
0
;
a
<
data
.
length
;
a
++
){
if
(
longList
.
length
<
data
[
a
].
length
){
longList
=
data
[
a
];
}
}
longList
.
forEach
(
function
(
d
)
{
time
.
push
(
df
.
format
(
new
Date
(
d
[
2
])))
})
data
.
forEach
(
function
(
t
,
i
){
t
.
sort
(
function
(
t1
,
t2
){
return
t1
[
2
]
-
t2
[
2
]});
if
(
i
===
0
){
t
.
forEach
(
function
(
t1
){
time
.
push
(
df
.
format
(
new
Date
(
t1
[
2
])))
})
}
dataList
.
push
([])
t
.
forEach
(
function
(
t1
,
j
){
if
(
j
===
0
){
...
...
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