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/10/19 04:46:19 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 d668435  fix link
     new 49e16c7  Merge pull request #15 from btea/patch-1
d668435 is described below

commit d66843501aa0bb354f484b00cb0d2ad766658f36
Author: btea <23...@qq.com>
AuthorDate: Tue Oct 19 11:57:59 2021 +0800

    fix link
---
 contents/zh/best-practices/canvas-vs-svg.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/zh/best-practices/canvas-vs-svg.md b/contents/zh/best-practices/canvas-vs-svg.md
index 3d34ba2..6d0e79a 100644
--- a/contents/zh/best-practices/canvas-vs-svg.md
+++ b/contents/zh/best-practices/canvas-vs-svg.md
@@ -39,7 +39,7 @@ import { SVGRenderer, CanvasRenderer } from 'echarts/renderers';
 echarts.use([SVGRenderer, CanvasRenderer]);
 ```
 
-然后,我们就可以在代码中,初始化图表实例时,[传入参数](${mainSitePath}/api.html/api.html#echarts.init) 选择渲染器类型:
+然后,我们就可以在代码中,初始化图表实例时,[传入参数](${mainSitePath}/api.html#echarts.init) 选择渲染器类型:
 
 ```js
 // 使用 Canvas 渲染器(默认)

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