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 653ad49  fix(tutorial): fix visualMap linking error
     new 1be3556  Merge pull request #153 from Nick22nd/fix-tutorial-url
653ad49 is described below

commit 653ad497b49fa02b75f59c0c1d6451d763f32dc9
Author: nick22nd <[email protected]>
AuthorDate: Tue Jan 19 12:33:44 2021 +0800

    fix(tutorial): fix visualMap linking error
---
 en/tutorial/styling.md | 2 +-
 zh/tutorial/styling.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/en/tutorial/styling.md b/en/tutorial/styling.md
index 9d82fdb..0a4ce80 100644
--- a/en/tutorial/styling.md
+++ b/en/tutorial/styling.md
@@ -154,7 +154,7 @@ data: [{
 }, ...]
 ```
 
-But since we only need the variation of color in this example, there's a 
simpler way to map data value to lightness through 
[visualMap](~option.html#visualMap).
+But since we only need the variation of color in this example, there's a 
simpler way to map data value to lightness through 
[visualMap](option.html#visualMap).
 
 ```js
 visualMap: {
diff --git a/zh/tutorial/styling.md b/zh/tutorial/styling.md
index 5ef5089..2e26543 100644
--- a/zh/tutorial/styling.md
+++ b/zh/tutorial/styling.md
@@ -149,7 +149,7 @@ data: [{
 }, ...]
 ```
 
-但是这次因为只有明暗度的变化,所以有一种更快捷的方式是通过 [visualMap](~option.html#visualMap) 
组件将数值的大小映射到明暗度。
+但是这次因为只有明暗度的变化,所以有一种更快捷的方式是通过 [visualMap](option.html#visualMap) 
组件将数值的大小映射到明暗度。
 
 ```js
 visualMap: {


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to