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 2020/06/21 07:07:34 UTC

[incubator-echarts-doc] 01/01: fix: link uses zh-CN but not en-US in Chinese documentation.

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

wangzx pushed a commit to branch plainheart/patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-echarts-doc.git

commit a43fecd387129ff1732575ac12a91b2f7c59776c
Author: Zhongxiang.Wang <yh...@all-my-life.cn>
AuthorDate: Sun Jun 21 15:07:23 2020 +0800

    fix: link uses zh-CN but not en-US in Chinese documentation.
---
 zh/option/option.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/zh/option/option.md b/zh/option/option.md
index 96371db..75dcd4e 100644
--- a/zh/option/option.md
+++ b/zh/option/option.md
@@ -77,7 +77,7 @@
 
 # blendMode(string) = 'source-over'
 
-图形的混合模式,不同的混合模式见 https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation 。
+图形的混合模式,不同的混合模式见 https://developer.mozilla.org/zh-CN/docs/Web/API/CanvasRenderingContext2D/globalCompositeOperation 。
 
 默认为 `'source-over'`。 支持每个系列单独设置。
 


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