(echarts-handbook) branch master updated: Update import.md

2024-05-25 Thread wangzx
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 47d802b  Update import.md
47d802b is described below

commit 47d802bcb7f8e85fc7b8e38e10f4c9d4ef894fb0
Author: Zhongxiang Wang 
AuthorDate: Sun May 26 12:20:11 2024 +0800

Update import.md
---
 contents/en/basics/import.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contents/en/basics/import.md b/contents/en/basics/import.md
index 0f9dbe7..a7a90cd 100644
--- a/contents/en/basics/import.md
+++ b/contents/en/basics/import.md
@@ -51,7 +51,7 @@ import * as echarts from 'echarts/core';
 // Import bar charts, all suffixed with Chart
 import { BarChart } from 'echarts/charts';
 
-// Import the tooltip, title, rectangular coordinate system, dataset and 
transform components
+// Import the title, tooltip, rectangular coordinate system, dataset and 
transform components
 import {
   TitleComponent,
   TooltipComponent,


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



[echarts-handbook] branch master updated: Update import.md

2022-12-17 Thread wangzx
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 <99866072+guguji...@users.noreply.github.com>
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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org



[echarts-handbook] branch master updated: Update import.md

2022-01-24 Thread wangzx
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 5c28ec7  Update import.md
 new 7fb270f  Merge pull request #39 from vueadmin/patch-1
5c28ec7 is described below

commit 5c28ec7a143a04dffe8a3cd5c221c7dff0b2ef4b
Author: JsonZhang 
AuthorDate: Mon Jan 24 16:33:26 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 7c666db..32742d2 100644
--- a/contents/zh/basics/import.md
+++ b/contents/zh/basics/import.md
@@ -79,7 +79,7 @@ myChart.setOption({
 });
 ```
 
-> 需要注意的是注意为了保证打包的体积是最小的,ECharts 按需引入的时候不再提供任何渲染器,所以需要选择引入 `CanvasRenderer` 或者 
`SVGRenderer` 作为渲染器。这样的好处是假如你只需要使用 svg 渲染模式,打包的结果中就不会再包含无需使用的 `CanvasRenderer` 
模块。
+> 需要注意的是为了保证打包的体积是最小的,ECharts 按需引入的时候不再提供任何渲染器,所以需要选择引入 `CanvasRenderer` 或者 
`SVGRenderer` 作为渲染器。这样的好处是假如你只需要使用 svg 渲染模式,打包的结果中就不会再包含无需使用的 `CanvasRenderer` 
模块。
 
 我们在示例编辑页的“完整代码”标签提供了非常方便的生成按需引入代码的功能。这个功能会根据当前的配置项动态生成最小的按需引入的代码。你可以直接在你的项目中使用。
 

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



[echarts-handbook] branch master updated: Update import.md

2022-01-10 Thread wangzx
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 e76e1fc  Update import.md
 new 4e2a019  Merge pull request #32 from michaelxiaohan/patch-2
e76e1fc is described below

commit e76e1fc7a8fac90225e5cede4699b1d528d18aff
Author: chaoge <249671...@qq.com>
AuthorDate: Mon Jan 10 17:11:24 2022 +0800

Update import.md
---
 contents/zh/basics/import.md | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contents/zh/basics/import.md b/contents/zh/basics/import.md
index 5e55204..7c666db 100644
--- a/contents/zh/basics/import.md
+++ b/contents/zh/basics/import.md
@@ -52,7 +52,6 @@ import {
   TooltipComponent,
   GridComponent,
   DatasetComponent,
-  DatasetComponentOption,
   TransformComponent
 } from 'echarts/components';
 // 标签自动布局,全局过渡动画等特性

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



[echarts-handbook] branch master updated: Update import.md

2022-01-07 Thread ovilia
This is an automated email from the ASF dual-hosted git repository.

ovilia 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 fb8399f  Update import.md
 new ebf961b  Merge pull request #30 from michaelxiaohan/patch-1
fb8399f is described below

commit fb8399f6b42da157ac458e2533b8d339771ea080
Author: chaoge <249671...@qq.com>
AuthorDate: Fri Jan 7 16:15:49 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 cc77440..5e55204 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: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org