diff --git a/doc/doc.html b/doc/doc.html index 484352fe0cf2b3bafecdddeeb26740bcec29a2ac..da5537f73547382b585faeb37ba0fbc7859afc60 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 0000000000000000000000000000000000000000..6d84d8ef9a9ee259785c89ea1fb6bdd6a347a83c --- /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 0000000000000000000000000000000000000000..c2e08793157e72ece79a26fe937e88b724905607 --- /dev/null +++ b/doc/example/mix6.html @@ -0,0 +1,171 @@ + + + + + ECharts + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+ + +
+
+
+
+ + +
+ + + + + + + + + + + + + + + + + \ No newline at end of file