From 47d802bcb7f8e85fc7b8e38e10f4c9d4ef894fb0 Mon Sep 17 00:00:00 2001 From: Zhongxiang Wang Date: Sun, 26 May 2024 12:20:11 +0800 Subject: [PATCH] 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 0f9dbe7bd..a7a90cdc3 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,