Skip to content

Commit

Permalink
升级g2版本到4.1.30
Browse files Browse the repository at this point in the history
升级g2plot到2.3.39
增加双轴图
  • Loading branch information
itestauipi committed Nov 1, 2021
1 parent ed3b8f4 commit e57a81a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
},
"dependencies": {
"@antv/component": "*",
"@antv/g2": "4.1.30",
"@antv/g2plot": "2.3.35",
"@antv/g2": "4.1.32",
"@antv/g2plot": "2.3.39",
"@antv/util": "*",
"@babel/plugin-transform-modules-commonjs": "^7.12.1",
"@babel/plugin-transform-runtime": "^7.12.10",
Expand Down
1 change: 1 addition & 0 deletions src/plots/plots.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ export { default as BubbleChart } from './BubbleChart';
export { default as BulletChart } from './BulletChart';
export { default as CalendarChart } from './CalendarChart';
export { default as GaugeChart } from './GaugeChart';
export { default as DualAxesChart } from './DualAxesChart';


0 comments on commit e57a81a

Please sign in to comment.