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-handbook.git
The following commit(s) were added to refs/heads/master by this push:
new 9632358 fix wrong link
9632358 is described below
commit 96323589a78501b55394d2207062865ade7b5d80
Author: pissang <[email protected]>
AuthorDate: Wed Jul 21 14:24:22 2021 +0800
fix wrong link
---
contents/zh/concepts/chart-size.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contents/zh/concepts/chart-size.md
b/contents/zh/concepts/chart-size.md
index 015a8b0..794628c 100644
--- a/contents/zh/concepts/chart-size.md
+++ b/contents/zh/concepts/chart-size.md
@@ -1,6 +1,6 @@
# 图表容器及大小
-在[快速上手](./basics_configuration)中,我们介绍了初始化 ECharts 的接口
[`echarts.init`](${mainSitePath}/api.html#echarts.init)。[API
文档](${mainSitePath}/api.html#echarts.init)中详细介绍了参数的具体含义,建议理解后再阅读本文。
+在[快速上手](${lang}/get-started)中,我们介绍了初始化 ECharts 的接口
[`echarts.init`](${mainSitePath}/api.html#echarts.init)。[API
文档](${mainSitePath}/api.html#echarts.init)中详细介绍了参数的具体含义,建议理解后再阅读本文。
下面,我们就常见的几种使用场景,介绍如何初始化一个图表以及改变其大小。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]