This is an automated email from the ASF dual-hosted git repository.

shenyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e4da63  fix: reminded added to specify scope of `stack`
     new 901215a  Merge pull request #236 from jiawulin001/eChIssue#16766
8e4da63 is described below

commit 8e4da6350e25245eeb76e17cbe52925738df117b
Author: jiawulin001 <jiawu...@vip.qq.com>
AuthorDate: Wed Mar 30 10:29:57 2022 +0800

    fix: reminded added to specify scope of `stack`
---
 en/option-gl/series/bar3D.md | 2 ++
 en/option/series/bar.md      | 2 ++
 en/option/series/line.md     | 2 ++
 zh/option-gl/series/bar3D.md | 2 ++
 zh/option/series/bar.md      | 2 ++
 zh/option/series/line.md     | 2 ++
 6 files changed, 12 insertions(+)

diff --git a/en/option-gl/series/bar3D.md b/en/option-gl/series/bar3D.md
index 5f2f985..524eaaf 100644
--- a/en/option-gl/series/bar3D.md
+++ b/en/option-gl/series/bar3D.md
@@ -40,6 +40,8 @@ The smoothness of the bevel, the larger the value, the 
smoother.
 
 Stacking of bar chart. On the same category axis, the series with the same 
`stack` name would be put on top of each other. Note that the data items that 
need to be stack in different series must have the same index in the array.
 
+Notice: `stack` only supports stacking on `value` and `log` axis for now. 
`time` and `category` axis are not supported.
+
 
 ## minHeight(number) = 0
 
diff --git a/en/option/series/bar.md b/en/option/series/bar.md
index 02c631c..5a63923 100644
--- a/en/option/series/bar.md
+++ b/en/option/series/bar.md
@@ -134,6 +134,8 @@ Configurations of select state. Available when 
[selectedMode](~series-bar.select
 
 Name of stack. On the same category axis, the series with the same `stack` 
name would be put on top of each other.
 
+Notice: `stack` only supports stacking on `value` and `log` axis for now. 
`time` and `category` axis are not supported.
+
 ## sampling(string)
 
 The dowmsampling strategy used when the data size is much larger than pixel 
size. It will improve the performance when turned on. Defaults to be turned 
off, indicating that all the data points will be drawn.
diff --git a/en/option/series/line.md b/en/option/series/line.md
index 4e59d40..d1c1bea 100644
--- a/en/option/series/line.md
+++ b/en/option/series/line.md
@@ -60,6 +60,8 @@ Only work when main axis is `'category'` axis (`axis.type` is 
`'category'`). Opt
 
 If stack the value. On the same category axis, the series with the same 
`stack` name would be put on top of each other.
 
+Notice: `stack` only supports stacking on `value` and `log` axis for now. 
`time` and `category` axis are not supported.
+
 The effect of the below example could be seen through stack switching of 
[toolbox](~toolbox) on the top right corner:
 
 ~[600x400](${galleryViewPath}doc-example/line-stack-tiled&edit=1&reset=1)
diff --git a/zh/option-gl/series/bar3D.md b/zh/option-gl/series/bar3D.md
index c7705af..005e9b0 100644
--- a/zh/option-gl/series/bar3D.md
+++ b/zh/option-gl/series/bar3D.md
@@ -38,6 +38,8 @@
 
 柱状图堆叠,相同 `stack` 值的柱状图系列数据会有叠加。注意不同系列需要叠加的数据项在数组中的索引必须是一样的。
 
+注:目前`stack`只支持堆叠于 `value` 和 `log` 类型的类目轴上,不支持 `time` 和 `category` 类型的类目轴。
+
 ## minHeight(number) = 0
 
 最小柱子高度。
diff --git a/zh/option/series/bar.md b/zh/option/series/bar.md
index d816e33..a100b50 100644
--- a/zh/option/series/bar.md
+++ b/zh/option/series/bar.md
@@ -212,6 +212,8 @@ option = {
 
 数据堆叠,同个类目轴上系列配置相同的`stack`值可以堆叠放置。
 
+注:目前`stack`只支持堆叠于 `value` 和 `log` 类型的类目轴上,不支持 `time` 和 `category` 类型的类目轴。
+
 ## sampling(string)
 
 柱状图在数据量远大于像素点时候的降采样策略,开启后可以有效的优化图表的绘制效率,默认关闭,也就是全部绘制不过滤数据点。
diff --git a/zh/option/series/line.md b/zh/option/series/line.md
index e782923..435a83c 100644
--- a/zh/option/series/line.md
+++ b/zh/option/series/line.md
@@ -89,6 +89,8 @@ const option = {
 
 数据堆叠,同个类目轴上系列配置相同的`stack`值后,后一个系列的值会在前一个系列的值上相加。
 
+注:目前`stack`只支持堆叠于 `value` 和 `log` 类型的类目轴上,不支持 `time` 和 `category` 类型的类目轴。
+
 下面示例可以通过右上角 [toolbox](~toolbox) 中的堆叠切换看效果:
 
 ~[600x400](${galleryViewPath}doc-example/line-stack-tiled&edit=1&reset=1)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to