You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by su...@apache.org on 2020/05/28 11:35:24 UTC

[incubator-echarts-doc] branch master updated: fix en doc

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

susiwen8 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new d818426  fix en doc
     new db475d2  Merge pull request #103 from maximesong/fix-en-doc
d818426 is described below

commit d818426dbf54c42a1376f5d87ffb52090a1c7a11
Author: Maxime Song <me...@cppdo.com>
AuthorDate: Thu May 28 19:29:01 2020 +0800

    fix en doc
    
    Change-Id: I041d7e4bf54988247c9052ac0efab8b98600c5ab
---
 en/tutorial/dataset.md        | 2 +-
 en/tutorial/style-overview.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/tutorial/dataset.md b/en/tutorial/dataset.md
index c9b2d7c..c06565c 100644
--- a/en/tutorial/dataset.md
+++ b/en/tutorial/dataset.md
@@ -3,7 +3,7 @@
 
 # Dataset
 
-`dataset` component is published since ECharts 4. `dataset` brings convenience in data management separated with styles and enables data reuse by different series. More importantly, is enables data encoding from data to visual, which brings convenience in some scenarios.
+`dataset` component is published since ECharts 4. `dataset` brings convenience in data management separated with styles and enables data reuse by different series. More importantly, it enables data encoding from data to visual, which brings convenience in some scenarios.
 
 Before ECharts 4, data was only able to declared in each series, for example:
 
diff --git a/en/tutorial/style-overview.md b/en/tutorial/style-overview.md
index 71d42ea..0b63401 100644
--- a/en/tutorial/style-overview.md
+++ b/en/tutorial/style-overview.md
@@ -32,7 +32,7 @@ Since ECharts4, besides the original default theme, ECharts provide another two
 var chart = echarts.init(dom, 'light');
 ```
 
-或者
+or
 
 ```js
 var chart = echarts.init(dom, 'dark');


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