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 2022/02/07 00:38:55 UTC

[echarts-doc] branch master updated: fix unexpected language for the link to SVG `viewBox`

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-doc.git


The following commit(s) were added to refs/heads/master by this push:
     new 7b01e5c  fix unexpected language for the link to SVG `viewBox`
7b01e5c is described below

commit 7b01e5ccb17264746aab5b6e366946c90db46a7e
Author: Zhongxiang Wang <yh...@all-my-life.cn>
AuthorDate: Mon Feb 7 08:38:50 2022 +0800

    fix unexpected language for the link to SVG `viewBox`
---
 en/api/echarts-instance.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/en/api/echarts-instance.md b/en/api/echarts-instance.md
index 472466b..670537e 100644
--- a/en/api/echarts-instance.md
+++ b/en/api/echarts-instance.md
@@ -289,7 +289,7 @@ Must use this method to render if server-side rendering is enabled with the `ssr
 
 + `opts`
 
-    + `useViewBox` Whether to add [viewBox](https://developer.mozilla.org/zh-CN/docs/Web/SVG/Attribute/viewBox) in the generated SVG string
+    + `useViewBox` Whether to add [viewBox](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/viewBox) in the generated SVG string
 
 
 ## dispatchAction(Function)

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