You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2020/11/03 03:24:21 UTC

[incubator-echarts-doc] branch next updated: fix(funnel): add missing version hint for funnel.orient, resolves apache/incubator-echarts#13524.

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

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


The following commit(s) were added to refs/heads/next by this push:
     new c57524a  fix(funnel): add missing version hint for funnel.orient, resolves apache/incubator-echarts#13524.
c57524a is described below

commit c57524a1786635247566c44a318b2554394357e6
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Nov 3 11:21:01 2020 +0800

    fix(funnel): add missing version hint for funnel.orient, resolves apache/incubator-echarts#13524.
    
    - tweak the commit 9c12af66e7efa0309fc44ede0f278cecf67a11a2
---
 en/option/series/funnel.md | 4 ++++
 zh/option/series/funnel.md | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/en/option/series/funnel.md b/en/option/series/funnel.md
index e78261e..b03bcfa 100644
--- a/en/option/series/funnel.md
+++ b/en/option/series/funnel.md
@@ -50,6 +50,10 @@ It can be absolute pixel and also the percentage of [layout width](~series-funne
 
 Orient of funnel,Can be `'vertical'` or `'horizontal'`.
 
+{{ use: partial-version(
+    version = "4.9.0"
+) }}
+
 ## sort(string|Function) = 'descending'
 
 <ExampleUIControlEnum options="none,descending,ascending" default="descending" />
diff --git a/zh/option/series/funnel.md b/zh/option/series/funnel.md
index b6ad275..652c362 100644
--- a/zh/option/series/funnel.md
+++ b/zh/option/series/funnel.md
@@ -72,6 +72,10 @@ option = {
 
 漏斗图朝向,支持配置为`'vertical'`或者`'horizontal'`。
 
+{{ use: partial-version(
+    version = "4.9.0"
+) }}
+
 ## sort(string|Function) = 'descending'
 
 <ExampleUIControlEnum options="none,descending,ascending" default="descending" />


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