You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by wa...@apache.org on 2021/08/31 06:35:57 UTC

[echarts-handbook] branch master updated: fix link

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

wangzx 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 9da28b5  fix link
9da28b5 is described below

commit 9da28b5efaf8c953b57f7e988de41e30a132d766
Author: plainheart <yh...@all-my-life.cn>
AuthorDate: Tue Aug 31 14:32:58 2021 +0800

    fix link
---
 contents/en/get-started.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contents/en/get-started.md b/contents/en/get-started.md
index a36f38e..7b70e6c 100644
--- a/contents/en/get-started.md
+++ b/contents/en/get-started.md
@@ -31,12 +31,12 @@ Before drawing we need to prepare a DOM container for ECharts with a defined hei
 
 ```html
 <body>
-  <! -- Prepare a DOM with a defined width and height for ECharts -->
+  <!-- Prepare a DOM with a defined width and height for ECharts -->
   <div id="main" style="width: 600px;height:400px;"></div>
 </body>
 ```
 
-Then you can initialize an echarts instance with the [echarts.init](${mainSitePath}/api.html#echarts.init) method and set the echarts instance with [setOption](${mainSitePath}/api.html# echartsInstance.setOption) method to generate a simple bar chart。 Here is the complete code.
+Then you can initialize an echarts instance with the [echarts.init](${mainSitePath}api.html#echarts.init) method and set the echarts instance with [setOption](${mainSitePath}api.html#echartsInstance.setOption) method to generate a simple bar chart. Here is the complete code.
 
 ```html
 <!DOCTYPE html>

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