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
ff55f8c8
Commit
ff55f8c8
authored
Feb 02, 2018
by
liuna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2018年2月2日 --智能分析平台
--实体厅流量监测:业务量占比当月图表城市显示
parent
b3375a17
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
workspace.xml
.idea/workspace.xml
+0
-0
FlowMonitor.jsp
...ain/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
+2
-7
No files found.
.idea/workspace.xml
View file @
ff55f8c8
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/views/MonitorOperation/FlowMonitor.jsp
View file @
ff55f8c8
...
...
@@ -581,7 +581,7 @@
city
.
reverse
();
cityValue
.
reverse
();
option1
.
series
[
0
].
data
=
cityValue
;
option1
.
yAxis
.
data
=
city
;
option1
.
yAxis
[
0
]
.
data
=
city
;
myChartSeatsActiveness
.
setOption
(
option1
);
}
});
...
...
@@ -1385,7 +1385,6 @@
seatsReceptionUser
()
</script>
<script>
var
myChartSeatsReceptionUserMonth
=
echarts
.
init
(
document
.
getElementById
(
'seatsReceptionUser'
));
var
option9
=
{
...
...
@@ -1500,7 +1499,6 @@
}
</script>
<script>
var
myChartIpBusiness
=
echarts
.
init
(
document
.
getElementById
(
'ipBusiness'
));
var
option10
=
{
...
...
@@ -1607,7 +1605,6 @@
url
:
"${ctx}/MonitorOperation/FlowMonitor/ipBusinessMonth"
,
async
:
false
,
success
:
function
(
data
){
data
[
i
].
sort
(
function
(
t1
,
t2
){
return
t1
[
2
]
-
t2
[
2
]});
console
.
log
(
"用户IP业务当月"
,
data
);
var
cnt1
=
new
Array
();
var
cnt2
=
new
Array
();
...
...
@@ -1622,6 +1619,7 @@
var
clientIp
=
new
Array
();
var
cnt
=
new
Array
();
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
){
data
[
i
].
sort
(
function
(
t1
,
t2
){
return
t1
[
2
]
-
t2
[
2
]});
cnt1
.
push
(
data
[
i
][
0
]);
cnt2
.
push
(
data
[
i
][
1
]);
cnt3
.
push
(
data
[
i
][
2
]);
...
...
@@ -1673,7 +1671,6 @@
var
cnt
=
new
Array
();
for
(
var
i
=
0
;
i
<
data
.
length
;
i
++
){
data
[
i
].
sort
(
function
(
t1
,
t2
){
return
t1
[
2
]
-
t2
[
2
]});
cnt1
.
push
(
data
[
i
][
0
]);
cnt2
.
push
(
data
[
i
][
1
]);
cnt3
.
push
(
data
[
i
][
2
]);
...
...
@@ -1705,7 +1702,6 @@
ipBusiness
()
</script>
<script>
var
myChartHttpInformation
=
echarts
.
init
(
document
.
getElementById
(
'httpState'
));
var
option11
=
{
...
...
@@ -1998,7 +1994,6 @@
ipTrend
()
</script>
<script>
var
myChartIpTrendMonth
=
echarts
.
init
(
document
.
getElementById
(
'ipTrend'
));
var
option13
=
{
...
...
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