BJ_web_developers
/
msgovcloud
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
621bfdd0b7d95793a16b3e34bdd327e5e2a2bdb6
Authored by
liuqimichale
2017-08-11 09:51:14 +0800
1 parent
b4dd8f30
条形柱图 高度
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
js/pagejs/index.js
js/pagejs/index.js
View file @
621bfdd
...
...
@@ -1104,11 +1104,13 @@
1104
1104
],
1105
1105
series : [
1106
1106
{
1107
+ barWidth : 30,//柱图宽度
1107
1108
barGap:'20',
1108
1109
barGap:'30%',
1109
1110
data:[]
1110
1111
},
1111
1112
{
1113
+ barWidth : 30,//柱图宽度
1112
1114
barGap:'30%',
1113
1115
data:[]
1114
1116
}
...
...