You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2021/08/30 02:14:39 UTC

[echarts-handbook] branch master updated: / does not work in table content

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-handbook.git


The following commit(s) were added to refs/heads/master by this push:
     new d9bdf61  / does not work in table content
d9bdf61 is described below

commit d9bdf610a3abd33d13539980825047ad65e62e26
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon Aug 30 10:14:27 2021 +0800

    / does not work in table content
---
 contents/en/basics/release-note/5-2-0.md | 2 +-
 contents/zh/basics/release-note/5-2-0.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contents/en/basics/release-note/5-2-0.md b/contents/en/basics/release-note/5-2-0.md
index 8812437..2d0700e 100644
--- a/contents/en/basics/release-note/5-2-0.md
+++ b/contents/en/basics/release-note/5-2-0.md
@@ -122,7 +122,7 @@ or between Sunburst and Treemap, or even between very flexible custom series can
 
 > Note that you need to configure the series ids to ensure that there is a one-to-one correspondence between the series that need to be animated for the transition.
 
-### Data split/merge animations
+### Data split and merge animations
 
 In addition to the common update of data values, sometimes we also encounter data aggregation, drill-down and other updates after interactions, when we can not directly apply one-to-one transitions, but need to use more animation effects like splitting and merging to express the transformation of data.
 
diff --git a/contents/zh/basics/release-note/5-2-0.md b/contents/zh/basics/release-note/5-2-0.md
index b272d5d..0f93f16 100644
--- a/contents/zh/basics/release-note/5-2-0.md
+++ b/contents/zh/basics/release-note/5-2-0.md
@@ -122,7 +122,7 @@ setInterval(() => {
 
 > 注意需要配置系列的 id 来保证需要动画过渡的系列之间能够一一对应。
 
-### 数据的分裂/合并动画
+### 数据的分裂和合并动画
 
 除了常见的数据值的更新,有时候我们还会碰到数据的聚合、下钻等交互后的更新,这个时候我们就不能直接应用一对一的动画过渡,而需要使用更多像分裂、合并这样的动画效果,来通过正确的图形动画表达出数据的变换。
 

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