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/11/01 11:25:29 UTC

[echarts-handbook] branch master updated: document is missing a component

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 2b3c258  document is missing a component
     new 6e93075  Merge pull request #22 from aimuz/patch-1
2b3c258 is described below

commit 2b3c258593f5563f0d6abcdab3bc9654b7c0432e
Author: aimuz <li...@wise2c.com>
AuthorDate: Mon Nov 1 17:12:56 2021 +0800

    document is missing a component
---
 contents/en/basics/import.md | 3 +++
 contents/zh/basics/import.md | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/contents/en/basics/import.md b/contents/en/basics/import.md
index dd60698..3e8350a 100644
--- a/contents/en/basics/import.md
+++ b/contents/en/basics/import.md
@@ -102,6 +102,8 @@ import {
   TitleComponent,
   // The component types are defined with the suffix ComponentOption
   TitleComponentOption,
+  TooltipComponent,
+  TooltipComponentOption,
   GridComponent,
   GridComponentOption,
   // Dataset
@@ -118,6 +120,7 @@ type ECOption = echarts.ComposeOption<
   | BarSeriesOption
   | LineSeriesOption
   | TitleComponentOption
+  | TooltipComponentOption
   | GridComponentOption
   | DatasetComponentOption
 >;
diff --git a/contents/zh/basics/import.md b/contents/zh/basics/import.md
index 7658313..cc77440 100644
--- a/contents/zh/basics/import.md
+++ b/contents/zh/basics/import.md
@@ -101,6 +101,8 @@ import {
   TitleComponent,
   // 组件类型的定义后缀都为 ComponentOption
   TitleComponentOption,
+  TooltipComponent,
+  TooltipComponentOption,
   GridComponent,
   GridComponentOption,
   // 数据集组件
@@ -117,6 +119,7 @@ type ECOption = echarts.ComposeOption<
   | BarSeriesOption
   | LineSeriesOption
   | TitleComponentOption
+  | TooltipComponentOption
   | GridComponentOption
   | DatasetComponentOption
 >;

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