From 21dde0a5e8fdd315e1f576aa2b9c953abdccfe95 Mon Sep 17 00:00:00 2001 From: kener Date: Mon, 18 Nov 2013 17:20:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=80=91=E5=B8=83=E5=9B=BE?= =?UTF-8?q?=EF=BC=8C=E6=8A=98=E6=9F=B1=E6=B7=B7=E6=90=AD=E8=8C=83=E5=9B=B4?= =?UTF-8?q?=E5=9B=BE=E4=BE=8B=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/doc.html | 22 +++-- doc/example/bar6.html | 190 ++++++++++++++++++++++++++++++++++++++++++ doc/example/mix6.html | 171 +++++++++++++++++++++++++++++++++++++ 3 files changed, 378 insertions(+), 5 deletions(-) create mode 100644 doc/example/bar6.html create mode 100644 doc/example/mix6.html diff --git a/doc/doc.html b/doc/doc.html index 484352fe0..da5537f73 100644 --- a/doc/doc.html +++ b/doc/doc.html @@ -1795,11 +1795,23 @@ indicator : [ 折线图,柱状图,散点图,K线图 yAxis坐标轴数组的索引,指定该系列数据所用的纵坐标轴 + + {number | string} barGap + '30%' + 柱状图 + 柱间距离,默认为柱形宽度的30%,可设固定值 + + + {number | string} barCategoryGap + '20%' + 柱状图 + 类目间柱形距离,默认为类目间距的20%,可设固定值 + {number} barMinHeight - 20 + 0 柱状图 - 柱条最小高度,防止某item的值过小而影响交互 + 柱条最小高度,可用于防止某item的值过小而影响交互 {number} barWidth @@ -1873,9 +1885,9 @@ indicator : [ {number} minAngle - 5 + 0 饼图 - 最小角度,防止某item的值过小而影响交互 + 最小角度,可用于防止某item的值过小而影响交互 {string} roseType @@ -2109,7 +2121,7 @@ indicator : [ {Object} lineStyle 图表各异 - 折线图,K线图 ,地图 + 折线图,柱状图,K线图 ,地图 线条样式,详见lineStyle diff --git a/doc/example/bar6.html b/doc/example/bar6.html new file mode 100644 index 000000000..6d84d8ef9 --- /dev/null +++ b/doc/example/bar6.html @@ -0,0 +1,190 @@ + + + + + ECharts + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + +
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/doc/example/mix6.html b/doc/example/mix6.html new file mode 100644 index 000000000..c2e087931 --- /dev/null +++ b/doc/example/mix6.html @@ -0,0 +1,171 @@ + + + + + ECharts + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + +
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file -- GitLab