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

ovilia 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 90d2b3f  fix(bar-race): realtimeSort was moved to series in 
apache/echarts@d155de1
90d2b3f is described below

commit 90d2b3fdd68a89e5ba0b88ea251643b9db54070d
Author: Ovilia <zwl.s...@gmail.com>
AuthorDate: Wed Mar 30 15:15:44 2022 +0800

    fix(bar-race): realtimeSort was moved to series in apache/echarts@d155de1
---
 en/option/component/x-axis.md | 13 -------------
 en/option/component/y-axis.md | 13 -------------
 zh/option/component/x-axis.md | 13 -------------
 zh/option/component/y-axis.md | 11 -----------
 4 files changed, 50 deletions(-)

diff --git a/en/option/component/x-axis.md b/en/option/component/x-axis.md
index 1b4f3a9..d358ff6 100644
--- a/en/option/component/x-axis.md
+++ b/en/option/component/x-axis.md
@@ -41,18 +41,6 @@ The first x axis in grid defaults to be on the bottom of the 
grid, and the secon
 
 Offset of x axis relative to default position. Useful when multiple x axis has 
same [position](~xAxis.position) value.
 
-## realtimeSort(*) = false
-
-`realtimeSort` is used to enable bar race if set to be `true`. It is only 
valid if the [type](~xAxis.type) of xAxis is `'value'`.
-
-It should be used along with other options to enable bar race. Please refer to 
[bar race](${handbookPath}how-to/chart-types/bar/bar-race) tutorial for more 
details.
-
-## sortSeriesIndex(*) = 0
-
-The index of series used to sort in bar race. Since only one series is 
supported in bar race, `sortSeriesIndex` should always be `0`. It is only valid 
if [realtimeSort](~xAxis.realtimeSort) is `true` and [type](~xAxis.type) is 
`'value'`.
-
-It should be used along with other options to enable bar race. Please refer to 
[bar race](${handbookPath}how-to/chart-types/bar/bar-race) tutorial for more 
details.
-
 {{ use: axis-common(
     prefix = '#',
     componentType = 'xAxis',
@@ -65,4 +53,3 @@ It should be used along with other options to enable bar 
race. Please refer to [
     componentName = "x axis",
     defaultZ = 0
 ) }}
-
diff --git a/en/option/component/y-axis.md b/en/option/component/y-axis.md
index bf4a6b1..0209e78 100644
--- a/en/option/component/y-axis.md
+++ b/en/option/component/y-axis.md
@@ -41,18 +41,6 @@ The first y axis in grid defaults to be the left (`'left'`)  
of the grid, and th
 
 Offset of y axis relative to default position. Useful when multiple y axis has 
same [position](~yAxis.position) value.
 
-## realtimeSort(*) = false
-
-`realtimeSort` is used to enable bar race if set to be `true`. It is only 
valid if the [type](~yAxis.type) of yAxis is `'value'`.
-
-It should be used along with other options to enable bar race. Please refer to 
[bar race](${handbookPath}how-to/chart-types/bar/bar-race) tutorial for more 
details.
-
-## sortSeriesIndex(*) = 0
-
-The index of series used to sort in bar race. Since only one series is 
supported in bar race, `sortSeriesIndex` should always be `0`. It is only valid 
if [realtimeSort](~yAxis.realtimeSort) is `true` and [type](~yAxis.type) is 
`'value'`.
-
-It should be used along with other options to enable bar race. Please refer to 
[bar race](${handbookPath}how-to/chart-types/bar/bar-race) tutorial for more 
details.
-
 {{ use: axis-common(
     prefix = '#',
     componentType = 'yAxis',
@@ -65,4 +53,3 @@ It should be used along with other options to enable bar 
race. Please refer to [
     componentName = "y axis",
     defaultZ = 0
 ) }}
-
diff --git a/zh/option/component/x-axis.md b/zh/option/component/x-axis.md
index 17cc3f7..01b609e 100644
--- a/zh/option/component/x-axis.md
+++ b/zh/option/component/x-axis.md
@@ -78,18 +78,6 @@ x 轴的位置。
 
 X 轴相对于默认位置的偏移,在相同的 `position` 上有多个 X 轴的时候有用。
 
-## realtimeSort(boolean) = false
-
-用于制作动态排序柱状图。设为 `true` 时,表示 X 轴开启实时排序效果,仅当 X 轴的 [type](~xAxis.type) 是 `'value'` 
时有效。
-
-需要配合其他配置项共同实现动态排序柱状图效果,具体参见[动态排序柱状图](${handbookPath}how-to/chart-types/bar/bar-race)教程。
-
-## sortSeriesIndex(number) = 0
-
-动态排序柱状图用于排序的系列 id。目前只支持一个系列的柱状图排序效果,所以这个值只能取 0。仅当 X 轴 
[realtimeSort](~xAxis.realtimeSort) 为 `true` 并且 [type](~xAxis.type) 是 `'value'` 
时有效。
-
-需要配合其他配置项共同实现动态排序柱状图效果,具体参见[动态排序柱状图](${handbookPath}how-to/chart-types/bar/bar-race)教程。
-
 {{ use: axis-common(
     prefix = '#',
     componentType = 'xAxis',
@@ -102,4 +90,3 @@ X 轴相对于默认位置的偏移,在相同的 `position` 上有多个 X 轴
     componentName = "X 轴",
     defaultZ = 0
 ) }}
-
diff --git a/zh/option/component/y-axis.md b/zh/option/component/y-axis.md
index e9e4d86..3556d41 100644
--- a/zh/option/component/y-axis.md
+++ b/zh/option/component/y-axis.md
@@ -122,16 +122,6 @@ y 轴的位置。
 
 Y 轴相对于默认位置的偏移,在相同的 `position` 上有多个 Y 轴的时候有用。
 
-## realtimeSort(boolean) = false
-
-用于制作动态排序柱状图。设为 `true` 时,表示 Y 轴开启实时排序效果,仅当 X 轴的 [type](~yAxis.type) 是 `'value'` 
时有效。
-
-需要配合其他配置项共同实现动态排序柱状图效果,具体参见[动态排序柱状图](${handbookPath}how-to/chart-types/bar/bar-race)教程。
-
-## sortSeriesIndex(number) = 0
-
-动态排序柱状图用于排序的系列 id。目前只支持一个系列的柱状图排序效果,所以这个值只能取 0。仅当 Y 轴 
[realtimeSort](~yAxis.realtimeSort) 为 `true` 并且 [type](~yAxis.type) 是 `'value'` 
时有效。
-
 
需要配合其他配置项共同实现动态排序柱状图效果,具体参见[动态排序柱状图](${handbookPath}how-to/chart-types/bar/bar-race)教程。
 
 {{ use: axis-common(
@@ -146,4 +136,3 @@ Y 轴相对于默认位置的偏移,在相同的 `position` 上有多个 Y 轴
     componentName = "Y 轴",
     defaultZ = 0
 ) }}
-

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

Reply via email to