UNPKG

@carbon/charts-react

Version:
31 lines (30 loc) 1.94 kB
import { default as AlluvialChart } from './AlluvialChart'; import { default as AreaChart } from './AreaChart'; import { default as BoxplotChart } from './BoxplotChart'; import { default as BubbleChart } from './BubbleChart'; import { default as BulletChart } from './BulletChart'; import { default as ChoroplethChart } from './ChoroplethChart'; import { default as CirclePackChart } from './CirclePackChart'; import { default as ComboChart } from './ComboChart'; import { default as DonutChart } from './DonutChart'; import { default as GaugeChart } from './GaugeChart'; import { default as GroupedBarChart } from './GroupedBarChart'; import { default as HeatmapChart } from './HeatmapChart'; import { default as HistogramChart } from './HistogramChart'; import { default as LineChart } from './LineChart'; import { default as LollipopChart } from './LollipopChart'; import { default as MeterChart } from './MeterChart'; import { default as PieChart } from './PieChart'; import { default as RadarChart } from './RadarChart'; import { default as ScatterChart } from './ScatterChart'; import { default as SimpleBarChart } from './SimpleBarChart'; import { default as StackedAreaChart } from './StackedAreaChart'; import { default as StackedBarChart } from './StackedBarChart'; import { default as TreeChart } from './TreeChart'; import { default as TreemapChart } from './TreemapChart'; import { default as WordCloudChart } from './WordCloudChart'; export { AlluvialChart, AreaChart, BoxplotChart, BubbleChart, BulletChart, ChoroplethChart, /** * @deprecated Use `ChoroplethChart` instead. */ ChoroplethChart as ExperimentalChoroplethChart, CirclePackChart, ComboChart, DonutChart, GaugeChart, GroupedBarChart, HeatmapChart, HistogramChart, LineChart, LollipopChart, MeterChart, PieChart, RadarChart, ScatterChart, SimpleBarChart, StackedAreaChart, StackedBarChart, TreeChart, TreemapChart, WordCloudChart };