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 7a30c841 doc: add animation options for axes apache/echarts#18153
7a30c841 is described below
commit 7a30c8414fc9eae5b1214693eb57342769fbdc30
Author: Ovilia <[email protected]>
AuthorDate: Thu Jan 12 10:49:00 2023 +0800
doc: add animation options for axes apache/echarts#18153
---
en/option/component/axis-common.md | 5 ++++-
zh/option/component/axis-common.md | 5 ++++-
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/en/option/component/axis-common.md
b/en/option/component/axis-common.md
index c553b655..b0ab413d 100644
--- a/en/option/component/axis-common.md
+++ b/en/option/component/axis-common.md
@@ -716,6 +716,10 @@ axisPointer settings on the axis.
) }}
{{ /if }}
+{{ use: partial-animation(
+ prefix = ${prefix}
+) }}
+
{{ target: partial-axis-interval }}
@@ -908,4 +912,3 @@ xAxis: {
}
},
```
-
diff --git a/zh/option/component/axis-common.md
b/zh/option/component/axis-common.md
index 36229a91..ce693a02 100644
--- a/zh/option/component/axis-common.md
+++ b/zh/option/component/axis-common.md
@@ -711,6 +711,10 @@ data: [{
) }}
{{ /if }}
+{{ use: partial-animation(
+ prefix = ${prefix}
+) }}
+
{{ target: partial-axis-interval }}
@@ -904,4 +908,3 @@ xAxis: {
}
},
```
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]