Skip to content

Commit

Permalink
Merge pull request #110 from JobbyM/patch-1
Browse files Browse the repository at this point in the history
Update import.md
  • Loading branch information
plainheart authored May 26, 2024
2 parents 835cbd7 + 40b3d7f commit a0a1087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contents/zh/basics/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ myChart.setOption({
import * as echarts from 'echarts/core';
// 引入柱状图图表,图表后缀都为 Chart
import { BarChart } from 'echarts/charts';
// 引入提示框,标题,直角坐标系,数据集,内置数据转换器组件,组件后缀都为 Component
// 引入标题,提示框,直角坐标系,数据集,内置数据转换器组件,组件后缀都为 Component
import {
TitleComponent,
TooltipComponent,
Expand Down

0 comments on commit a0a1087

Please sign in to comment.