You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by yi...@apache.org on 2021/10/05 15:51:51 UTC

[echarts-doc] 01/01: fix(tutorial): some typo in whats new in 5

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

yixiu pushed a commit to branch fix-tutorial-typo
in repository https://gitbox.apache.org/repos/asf/echarts-doc.git

commit a6191d1e7326eb22eb5c850e0f567fd0849f6b8c
Author: alex2wong <hu...@hotmail.com>
AuthorDate: Tue Oct 5 23:51:46 2021 +0800

    fix(tutorial): some typo in whats new in 5
    
    - fix some typo
---
 zh/tutorial/whats-new-in-echarts-v5.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/zh/tutorial/whats-new-in-echarts-v5.md b/zh/tutorial/whats-new-in-echarts-v5.md
index fbc2c4c..e49a444 100644
--- a/zh/tutorial/whats-new-in-echarts-v5.md
+++ b/zh/tutorial/whats-new-in-echarts-v5.md
@@ -15,7 +15,7 @@ Apache ECharts 始终致力于让开发者以更方便的方式创造灵活丰
 
 ## 动态叙事
 
-动画对于人类认知的重要性不言而喻。在之前的作品中,我们会通过初始化动画和过渡动画帮助用户理解数据变换之间的联系,让图表的出现和变换显得不那么生硬。这次,我们更是大幅度增强了我们的动画叙事能力,。希望能够进一步发挥动画对于用户认知的帮助作用,借助图表的动态叙事功能,帮助用户更容易理解图表背后表达的故事。
+动画对于人类认知的重要性不言而喻。在之前的作品中,我们会通过初始化动画和过渡动画帮助用户理解数据变换之间的联系,让图表的出现和变换显得不那么生硬。这次,我们更是大幅度增强了我们的动画叙事能力。希望能够进一步发挥动画对于用户认知的帮助作用,借助图表的动态叙事功能,帮助用户更容易理解图表背后表达的故事。
 
 #### 动态排序图
 
@@ -168,7 +168,7 @@ echarts.init(DomElement, null, {​
 
 #### TypeScript 重构
 
-在近 8 年的时间里,Apache ECharts 已经发展成一个非常复杂的可视化库了,为了续可以更安全高效的进行重构和新功能的开发,我们在 Apache ECharts 5 的开发之初,使用 TypeScript 对代码进行了重写,TypeScript 所带来的强类型让我们更有信心地在 ECharts 5 开发的时候对代码进行大刀阔斧的重构以实现更多令人激动人心的特性。
+在近 8 年的时间里,Apache ECharts 已经发展成一个非常复杂的可视化库了,为了可以继续更安全高效地进行重构和新功能的开发,我们在 Apache ECharts 5 的开发之初,使用 TypeScript 对代码进行了重写,TypeScript 所带来的强类型让我们更有信心地在 ECharts 5 开发时对代码进行大刀阔斧的重构以实现更多激动人心的特性。
 
 对于开发者,我们也可以从 TypeScript 代码直接生成更好更符合代码的`DTS`类型描述文件。在此之前,ECharts 的类型描述文件一直是由社区开发者帮我们维护并发布到[DefinityTyped](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/echarts),这个有着不小的工作量,非常感谢大家的贡献。
 

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