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 15ad76d Update import.md
new aec133a Merge pull request #79 from gugujigua/patch-1
15ad76d is described below
commit 15ad76d71b3b1b0cf8ae178b5d1815392050fd96
Author: gogoyaya <[email protected]>
AuthorDate: Thu Dec 15 17:27:02 2022 +0800
Update import.md
---
contents/zh/basics/import.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contents/zh/basics/import.md b/contents/zh/basics/import.md
index 3ae995e..970d0df 100644
--- a/contents/zh/basics/import.md
+++ b/contents/zh/basics/import.md
@@ -39,7 +39,7 @@ myChart.setOption({
## 按需引入 ECharts 图表和组件
-上面的代码会引入 ECharts 中所有的图表和组件,但是假如你不想引入所有组件,也可以使用 ECharts 提供的按需引入的接口来打包必须的组件。
+上面的代码会引入 ECharts 中所有的图表和组件,如果你不想引入所有组件,也可以使用 ECharts 提供的按需引入的接口来打包必须的组件。
```js
// 引入 echarts 核心模块,核心模块提供了 echarts 使用必须要的接口。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]