Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
蔡永松
/
fontweb-dc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
69ef1f1c
authored
2020-08-12 16:28:35 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改监测值
1 parent
ccdeba45
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
View file @
69ef1f1
...
...
@@ -850,18 +850,19 @@ require([
"jcsj"
:
this
.
timeline
+
''
,
"qydm"
:
this
.
qydm
}).
then
(
res
=>
{
let
qymcData
=
[];
let
jczData
=
[];
let
ghmbData
=
[];
let
czData
=
[];
let
qymcData
=
[
'韵家口镇街道'
,
'东关街道 '
,
'清真巷街道'
,
'大众街街道'
,
'周家泉街道'
,
'乐家湾镇街道'
];
let
jczData
=
[
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
];
let
ghmbData
=
[
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
,
Math
.
random
()
*
100
];
let
czData
=
[
Math
.
random
()
+
1
,
Math
.
random
()
+
1
,
Math
.
random
()
+
1
,
Math
.
random
()
+
1
,
Math
.
random
()
+
1
,
Math
.
random
()
+
1
];
let
ProvinceChartData
=
res
.
data
.
data
;
for
(
let
i
=
0
;
i
<
ProvinceChartData
.
length
;
i
++
)
{
/*
for (let i = 0; i < ProvinceChartData.length; i++) {
debugger
qymcData.push(ProvinceChartData[i].qymc);
jczData.push(ProvinceChartData[i].jcz);
ghmbData.push(ProvinceChartData[i].ghmb);
czData.push(ProvinceChartData[i].cz);
}
}*/
let
myChart2
=
echarts
.
init
(
document
.
getElementById
(
'chart2'
));
let
option
=
{
title
:
{
...
...
Please
register
or
sign in
to post a comment