Skip to content

Commit

Permalink
Update import.md
Browse files Browse the repository at this point in the history
  • Loading branch information
plainheart authored May 26, 2024
1 parent a0a1087 commit 47d802b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/en/basics/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 47d802b

Please sign in to comment.