File tree Expand file tree Collapse file tree 4 files changed +0
-30
lines changed Expand file tree Collapse file tree 4 files changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ All config defined in `G2Plot` [document](https://g2plot.antv.vision/zh/docs/man
93
93
- [x] [ ` PercentStackedAreaChart ` ] ( https://g2plot.antv.vision/zh/examples/area/percent-stacked )
94
94
- [x] [ ` BubbleChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/bubble )
95
95
- [x] [ ` PieChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/pie )
96
- - [x] [ ` RingChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/ring )
97
96
- [x] [ ` RadarChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/radar )
98
97
- [x] [ ` GaugeChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/gauge )
99
98
- [x] [ ` HeatmapChart ` ] ( https://g2plot.antv.vision/zh/docs/manual/plots/heatmap )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ import { PieChartProps as _PieChartProps } from './plots/pie'
26
26
import { RadarChartProps as _RadarChartProps } from './plots/radar'
27
27
import { RangeBarChartProps as _RangeBarChartProps } from './plots/range-bar'
28
28
import { RangeColumnChartProps as _RangeColumnChartProps } from './plots/range-column'
29
- import { RingChartProps as _RingChartProps } from './plots/ring'
30
29
import { RoseChartProps as _RoseChartProps } from './plots/rose'
31
30
import { ScatterChartProps as _ScatterChartProps } from './plots/scatter'
32
31
import { StackedAreaChartProps as _StackedAreaChartProps } from './plots/stacked-area'
@@ -132,9 +131,6 @@ export type RangeBarChartProps = _RangeBarChartProps
132
131
export { default as RangeColumnChart } from './plots/range-column'
133
132
export type RangeColumnChartProps = _RangeColumnChartProps
134
133
135
- export { default as RingChart } from './plots/ring'
136
- export type RingChartProps = _RingChartProps
137
-
138
134
export { default as RoseChart } from './plots/rose'
139
135
export type RoseChartProps = _RoseChartProps
140
136
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments