Commit e74a2e4d005951d4670afceaf4860a3dd316300f

Authored by Andy
1 parent baf13c64

New changelist

Showing 1 changed file with 3 additions and 3 deletions
js/pagejs/index.js
@@ -1212,7 +1212,7 @@ @@ -1212,7 +1212,7 @@
1212 ], 1212 ],
1213 yAxis : [ 1213 yAxis : [
1214 { 1214 {
1215 - data : [] 1215 + data : ['黑龙洞景区停车场','张家楼景区停车场1','张家楼景区停车场2','山底地道停车场','响堂山游客服务中心停车场']
1216 } 1216 }
1217 ], 1217 ],
1218 series : [ 1218 series : [
@@ -1220,12 +1220,12 @@ @@ -1220,12 +1220,12 @@
1220 barWidth : 30,//柱图宽度 1220 barWidth : 30,//柱图宽度
1221 barGap:'20', 1221 barGap:'20',
1222 barGap:'30%', 1222 barGap:'30%',
1223 - data:[] 1223 + data:[0,0,0,0,0]
1224 }, 1224 },
1225 { 1225 {
1226 barWidth : 30,//柱图宽度 1226 barWidth : 30,//柱图宽度
1227 barGap:'30%', 1227 barGap:'30%',
1228 - data:[] 1228 + data:[0,0,0,0,0]
1229 } 1229 }
1230 ] 1230 ]
1231 }; 1231 };