@@ -13,8 +13,8 @@ import { PieChartProps as _PieChartProps } from './plots/pie'
13
13
import { RadarChartProps as _RadarChartProps } from './plots/radar'
14
14
import { RoseChartProps as _RoseChartProps } from './plots/rose'
15
15
import { ScatterChartProps as _ScatterChartProps } from './plots/scatter'
16
- import { WordCloudChartProps as _WordCloudChartProps } from './plots/word-cloud'
17
16
import { WaterfallChartProps as _WaterfallChartProps } from './plots/waterfall'
17
+ import { WordCloudChartProps as _WordCloudChartProps } from './plots/word-cloud'
18
18
19
19
// mini plots
20
20
import { ProgressChartProps as _ProgressChartProps } from './plots/progress'
@@ -95,9 +95,9 @@ export type RoseChartProps = _RoseChartProps
95
95
export { default as ScatterChart } from './plots/scatter'
96
96
export type ScatterChartProps = _ScatterChartProps
97
97
98
+ export { default as WaterfallChart } from './plots/waterfall'
98
99
export { default as WordCloudChart } from './plots/word-cloud'
99
100
export type WordCloudChartProps = _WordCloudChartProps
100
- export { default as WaterfallChart } from './plots/waterfall'
101
101
export type WaterfallChartProps = _WaterfallChartProps
102
102
103
103
// mini plots
@@ -113,35 +113,35 @@ export type TinyAreaChartProps = _TinyAreaChartProps
113
113
export { default as TinyColumnChart } from './plots/tiny-column'
114
114
export type TinyColumnChartProps = _TinyColumnChartProps
115
115
116
+ export { default as BidirectionalBarChart } from './plots/bidirectional-bar'
117
+ export { default as BoxChart } from './plots/box'
118
+ export { default as ChordChart } from './plots/chord'
119
+ export { default as CirclePackingChart } from './plots/circle-packing'
120
+ export { default as DualAxesChart } from './plots/dual-axes'
121
+ export { default as FacetChart } from './plots/facet'
122
+ export { default as MixChart } from './plots/mix'
123
+ export { default as MultiViewChart } from './plots/multi-view'
124
+ export { default as RadialBarChart } from './plots/radial-bar'
125
+ export { default as SankeyChart } from './plots/sankey'
126
+ export { default as StockChart } from './plots/stock'
127
+ export { default as SunburstChart } from './plots/sunburst'
116
128
export { default as TinyLineChart } from './plots/tiny-line'
129
+ export { default as TreemapChart } from './plots/treemap'
130
+ export { default as VennChart } from './plots/venn'
131
+ export { default as ViolinChart } from './plots/violin'
117
132
export type TinyLineChartProps = _TinyLineChartProps
118
- export { default as DualAxesChart } from './plots/dual-axes'
119
133
export type DualAxesChartProps = _DualAxesChartProps
120
- export { default as BoxChart } from './plots/box'
121
134
export type BoxChartProps = _BoxChartProps
122
- export { default as StockChart } from './plots/stock'
123
135
export type StockChartProps = _StockChartProps
124
- export { default as SunburstChart } from './plots/sunburst'
125
136
export type SunburstChartProps = _SunburstChartProps
126
- export { default as RadialBarChart } from './plots/radial-bar'
127
137
export type RadialBarChartProps = _RadialBarChartProps
128
- export { default as BidirectionalBarChart } from './plots/bidirectional-bar'
129
138
export type BidirectionalBarChartProps = _BidirectionalBarChartProps
130
- export { default as TreemapChart } from './plots/treemap'
131
139
export type TreemapChartProps = _TreemapChartProps
132
- export { default as SankeyChart } from './plots/sankey'
133
140
export type SankeyChartProps = _SankeyChartProps
134
- export { default as ChordChart } from './plots/chord'
135
141
export type ChordChartProps = _ChordChartProps
136
- export { default as MultiViewChart } from './plots/multi-view'
137
142
export type MultiViewChartProps = _MultiViewChartProps
138
- export { default as MixChart } from './plots/mix'
139
143
export type MixChartProps = _MixChartProps
140
- export { default as ViolinChart } from './plots/violin'
141
144
export type ViolinChartProps = _ViolinChartProps
142
- export { default as FacetChart } from './plots/facet'
143
145
export type FacetChartProps = _FacetChartProps
144
- export { default as CirclePackingChart } from './plots/circle-packing'
145
146
export type CirclePackingChartProps = _CirclePackingChartProps
146
- export { default as VennChart } from './plots/venn'
147
147
export type VennChartProps = _VennChartProps
0 commit comments