Commit 621bfdd0b7d95793a16b3e34bdd327e5e2a2bdb6

Authored by liuqimichale
1 parent b4dd8f30

条形柱图 高度

Showing 1 changed file with 2 additions and 0 deletions
js/pagejs/index.js
@@ -1104,11 +1104,13 @@ @@ -1104,11 +1104,13 @@
1104 ], 1104 ],
1105 series : [ 1105 series : [
1106 { 1106 {
  1107 + barWidth : 30,//柱图宽度
1107 barGap:'20', 1108 barGap:'20',
1108 barGap:'30%', 1109 barGap:'30%',
1109 data:[] 1110 data:[]
1110 }, 1111 },
1111 { 1112 {
  1113 + barWidth : 30,//柱图宽度
1112 barGap:'30%', 1114 barGap:'30%',
1113 data:[] 1115 data:[]
1114 } 1116 }