@@ -13,8 +13,8 @@ import { PieChartProps as _PieChartProps } from './plots/pie'
1313import { RadarChartProps as _RadarChartProps } from './plots/radar'
1414import { RoseChartProps as _RoseChartProps } from './plots/rose'
1515import { ScatterChartProps as _ScatterChartProps } from './plots/scatter'
16- import { WordCloudChartProps as _WordCloudChartProps } from './plots/word-cloud'
1716import { WaterfallChartProps as _WaterfallChartProps } from './plots/waterfall'
17+ import { WordCloudChartProps as _WordCloudChartProps } from './plots/word-cloud'
1818
1919// mini plots
2020import { ProgressChartProps as _ProgressChartProps } from './plots/progress'
@@ -95,9 +95,9 @@ export type RoseChartProps = _RoseChartProps
9595export { default as ScatterChart } from './plots/scatter'
9696export type ScatterChartProps = _ScatterChartProps
9797
98+ export { default as WaterfallChart } from './plots/waterfall'
9899export { default as WordCloudChart } from './plots/word-cloud'
99100export type WordCloudChartProps = _WordCloudChartProps
100- export { default as WaterfallChart } from './plots/waterfall'
101101export type WaterfallChartProps = _WaterfallChartProps
102102
103103// mini plots
@@ -113,35 +113,35 @@ export type TinyAreaChartProps = _TinyAreaChartProps
113113export { default as TinyColumnChart } from './plots/tiny-column'
114114export type TinyColumnChartProps = _TinyColumnChartProps
115115
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'
116128export { 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'
117132export type TinyLineChartProps = _TinyLineChartProps
118- export { default as DualAxesChart } from './plots/dual-axes'
119133export type DualAxesChartProps = _DualAxesChartProps
120- export { default as BoxChart } from './plots/box'
121134export type BoxChartProps = _BoxChartProps
122- export { default as StockChart } from './plots/stock'
123135export type StockChartProps = _StockChartProps
124- export { default as SunburstChart } from './plots/sunburst'
125136export type SunburstChartProps = _SunburstChartProps
126- export { default as RadialBarChart } from './plots/radial-bar'
127137export type RadialBarChartProps = _RadialBarChartProps
128- export { default as BidirectionalBarChart } from './plots/bidirectional-bar'
129138export type BidirectionalBarChartProps = _BidirectionalBarChartProps
130- export { default as TreemapChart } from './plots/treemap'
131139export type TreemapChartProps = _TreemapChartProps
132- export { default as SankeyChart } from './plots/sankey'
133140export type SankeyChartProps = _SankeyChartProps
134- export { default as ChordChart } from './plots/chord'
135141export type ChordChartProps = _ChordChartProps
136- export { default as MultiViewChart } from './plots/multi-view'
137142export type MultiViewChartProps = _MultiViewChartProps
138- export { default as MixChart } from './plots/mix'
139143export type MixChartProps = _MixChartProps
140- export { default as ViolinChart } from './plots/violin'
141144export type ViolinChartProps = _ViolinChartProps
142- export { default as FacetChart } from './plots/facet'
143145export type FacetChartProps = _FacetChartProps
144- export { default as CirclePackingChart } from './plots/circle-packing'
145146export type CirclePackingChartProps = _CirclePackingChartProps
146- export { default as VennChart } from './plots/venn'
147147export type VennChartProps = _VennChartProps
0 commit comments