Skip to content

Commit 2bf2459

Browse files
committed
feat: remove deprecate chart
1 parent f03f84c commit 2bf2459

File tree

4 files changed

+0
-30
lines changed

4 files changed

+0
-30
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ All config defined in `G2Plot` [document](https://g2plot.antv.vision/zh/docs/man
9393
- [x] [`PercentStackedAreaChart`](https://g2plot.antv.vision/zh/examples/area/percent-stacked)
9494
- [x] [`BubbleChart`](https://g2plot.antv.vision/zh/docs/manual/plots/bubble)
9595
- [x] [`PieChart`](https://g2plot.antv.vision/zh/docs/manual/plots/pie)
96-
- [x] [`RingChart`](https://g2plot.antv.vision/zh/docs/manual/plots/ring)
9796
- [x] [`RadarChart`](https://g2plot.antv.vision/zh/docs/manual/plots/radar)
9897
- [x] [`GaugeChart`](https://g2plot.antv.vision/zh/docs/manual/plots/gauge)
9998
- [x] [`HeatmapChart`](https://g2plot.antv.vision/zh/docs/manual/plots/heatmap)

__tests__/plots/ring.spec.tsx

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/index.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ import { PieChartProps as _PieChartProps } from './plots/pie'
2626
import { RadarChartProps as _RadarChartProps } from './plots/radar'
2727
import { RangeBarChartProps as _RangeBarChartProps } from './plots/range-bar'
2828
import { RangeColumnChartProps as _RangeColumnChartProps } from './plots/range-column'
29-
import { RingChartProps as _RingChartProps } from './plots/ring'
3029
import { RoseChartProps as _RoseChartProps } from './plots/rose'
3130
import { ScatterChartProps as _ScatterChartProps } from './plots/scatter'
3231
import { StackedAreaChartProps as _StackedAreaChartProps } from './plots/stacked-area'
@@ -132,9 +131,6 @@ export type RangeBarChartProps = _RangeBarChartProps
132131
export { default as RangeColumnChart } from './plots/range-column'
133132
export type RangeColumnChartProps = _RangeColumnChartProps
134133

135-
export { default as RingChart } from './plots/ring'
136-
export type RingChartProps = _RingChartProps
137-
138134
export { default as RoseChart } from './plots/rose'
139135
export type RoseChartProps = _RoseChartProps
140136

src/plots/ring/index.tsx

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)