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
8be88076
authored
2020-08-12 16:39:36 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改差值
1 parent
89955aa6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
src/main/webapp/view/monitorevaluate/monitor/zbjc/js/widget.js
View file @
8be8807
...
...
@@ -853,7 +853,7 @@ require([
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
czData
=
[
Math
.
random
()
*
50
,
Math
.
random
()
*
50
,
Math
.
random
()
*
50
,
Math
.
random
()
*
50
,
Math
.
random
()
*
50
,
Math
.
random
()
*
50
];
let
ProvinceChartData
=
res
.
data
.
data
;
/* for (let i = 0; i < ProvinceChartData.length; i++) {
debugger
...
...
Please
register
or
sign in
to post a comment