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/08/01 01:58:38 UTC

[echarts-handbook] branch master updated: fix(basic-import): add missing `LineChart` in `echarts.use`

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 386f143  fix(basic-import): add missing `LineChart` in `echarts.use`
386f143 is described below

commit 386f1432a4ee1ec9e64a879fa2dcc7baf7f28e3b
Author: Zhongxiang Wang <yh...@all-my-life.cn>
AuthorDate: Mon Aug 1 09:58:34 2022 +0800

    fix(basic-import): add missing `LineChart` in `echarts.use`
---
 contents/en/basics/import.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/contents/en/basics/import.md b/contents/en/basics/import.md
index eef6b2e..1b9c689 100644
--- a/contents/en/basics/import.md
+++ b/contents/en/basics/import.md
@@ -133,6 +133,7 @@ echarts.use([
   DatasetComponent,
   TransformComponent,
   BarChart,
+  LineChart,
   LabelLayout,
   UniversalTransition,
   CanvasRenderer


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