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 d956e0c fix some grammar issue
d956e0c is described below
commit d956e0c9d242c54bf8fa6075b7da8ca797a2b421
Author: pissang <[email protected]>
AuthorDate: Mon Jan 25 12:28:41 2021 +0800
fix some grammar issue
---
zh/tutorial/whats-new-in-echarts-v5.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/zh/tutorial/whats-new-in-echarts-v5.md
b/zh/tutorial/whats-new-in-echarts-v5.md
index 35fce40..fa0579c 100644
--- a/zh/tutorial/whats-new-in-echarts-v5.md
+++ b/zh/tutorial/whats-new-in-echarts-v5.md
@@ -18,13 +18,13 @@ Apache ECharts 始终致力于让开发者以更方便的方式创造灵活丰
#### 动态排序图
-Apache ECharts 5
新增支持动态排序柱状图(bar-racing)以及动态排序折线图(line-racing),帮助开发者方便地创建带有时序性的图表,展现数据随在时间维度上的变化,讲述数据的演变过程。
+Apache ECharts 5
新增支持动态排序柱状图(bar-racing)以及动态排序折线图(line-racing),帮助开发者方便地创建带有时序性的图表,展现数据随着时间维度上的变化,讲述数据的演变过程。
~[700x300](${galleryViewPath}bar-race&edit=1&reset=1)
~[700x400](${galleryViewPath}line-race&edit=1&reset=1)
-动态排序图展现了不同的类目随着时间衍变在排名上的改变。而开发者只需要通过几行简单的配置项在 ECharts 中开启这样的效果。
+动态排序图展现了不同的类目随着时间在排名上的衍变。而开发者只需要通过几行简单的配置项就可以在 ECharts 中开启这样的效果。
#### 自定义系列动画
@@ -74,7 +74,7 @@ Apache ECharts 5 带来了适于表达时间标签刻度的时间轴。时间轴
#### 提示框
-提示框(Tooltip)是一种最常用的可视化组件,可以帮助用户交互式地了解数据的详细信息。在 Apache ECharts 5
中,我们对提示框的样式进行了优化,通过对字体样式,颜色的调整,新增加箭头,跟随图形颜色的边框色等功能,让提示框的默认展示优雅又清晰。并且改进了富文本的渲染逻辑,确保显示效果与
HTML 方式一致,让用户在不同场景下可以选择不同的技术方案实现同样的效果。
+提示框(Tooltip)是一种最常用的可视化组件,可以帮助用户交互式地了解数据的详细信息。在 Apache ECharts 5
中,我们对提示框的样式进行了优化,通过对字体样式,颜色的调整,指向图形的箭头,跟随图形颜色的边框色等功能,让提示框的默认展示优雅又清晰。并且改进了富文本的渲染逻辑,确保显示效果与
HTML 方式一致,让用户在不同场景下可以选择不同的技术方案实现同样的效果。
<img src="documents/asset/img/feature-v5/new-tooltip.png" height="200px" />
<img src="documents/asset/img/feature-v5/new-tooltip-2.png" height="200px" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]