From 621bfdd0b7d95793a16b3e34bdd327e5e2a2bdb6 Mon Sep 17 00:00:00 2001 From: liuqimichale <123456lq> Date: Fri, 11 Aug 2017 09:51:14 +0800 Subject: [PATCH] 条形柱图 高度 --- js/pagejs/index.js | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/js/pagejs/index.js b/js/pagejs/index.js index e9ac43a..e4e27e4 100644 --- a/js/pagejs/index.js +++ b/js/pagejs/index.js @@ -1104,11 +1104,13 @@ ], series : [ { + barWidth : 30,//柱图宽度 barGap:'20', barGap:'30%', data:[] }, { + barWidth : 30,//柱图宽度 barGap:'30%', data:[] } -- libgit2 0.21.4