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
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 )
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'
2626import { RadarChartProps as _RadarChartProps } from './plots/radar'
2727import { RangeBarChartProps as _RangeBarChartProps } from './plots/range-bar'
2828import { RangeColumnChartProps as _RangeColumnChartProps } from './plots/range-column'
29- import { RingChartProps as _RingChartProps } from './plots/ring'
3029import { RoseChartProps as _RoseChartProps } from './plots/rose'
3130import { ScatterChartProps as _ScatterChartProps } from './plots/scatter'
3231import { StackedAreaChartProps as _StackedAreaChartProps } from './plots/stacked-area'
@@ -132,9 +131,6 @@ export type RangeBarChartProps = _RangeBarChartProps
132131export { default as RangeColumnChart } from './plots/range-column'
133132export type RangeColumnChartProps = _RangeColumnChartProps
134133
135- export { default as RingChart } from './plots/ring'
136- export type RingChartProps = _RingChartProps
137-
138134export { default as RoseChart } from './plots/rose'
139135export type RoseChartProps = _RoseChartProps
140136
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments