Skip to content

Commit

Permalink
Merge pull request #18613 from kirklin/master
Browse files Browse the repository at this point in the history
fix: typo in echarts.all.ts
  • Loading branch information
plainheart committed May 11, 2023
2 parents 8b08773 + 41d906a commit 9e5745a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/echarts.all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ use(SingleAxisComponent);
use(ParallelComponent);

// `calendar` coordinate system. for example,
// chart.setOptionp({
// chart.setOption({
// calendar: {...},
// series: [{
// coordinateSystem: 'calendar'
Expand Down Expand Up @@ -295,7 +295,7 @@ use(LegendComponent);
use(DataZoomComponent);

// `dataZoom` component providing drag, pinch, wheel behaviors
// inside coodinate system, for example:
// inside coordinate system, for example:
// chart.setOption({
// dataZoom: {type: 'inside'}
// });
Expand Down Expand Up @@ -353,4 +353,4 @@ use(UniversalTransition);
// labelLayout: { hideOverlap: true }
// }
// })
use(LabelLayout);
use(LabelLayout);

0 comments on commit 9e5745a

Please sign in to comment.