UNPKG

@visactor/react-vchart

Version:

The react version of VChart 4.x

40 lines (39 loc) 1.31 kB
export * from './AreaChart'; export * from './BarChart'; export * from './Bar3dChart'; export * from './BoxPlotChart'; export * from './CirclePackingChart'; export * from './CircularProgressChart'; export * from './CommonChart'; export * from './CorrelationChart'; export * from './FunnelChart'; export * from './Funnel3dChart'; export * from './GaugeChart'; export * from './HeatmapChart'; export * from './Histogram3dChart'; export * from './HistogramChart'; export * from './LinearProgressChart'; export * from './LineChart'; export * from './LiquidChart'; export * from './MapChart'; export * from './MosaicChart'; export * from './PictogramChart'; export * from './PieChart'; export * from './Pie3dChart'; export * from './RadarChart'; export * from './RangeAreaChart'; export * from './RangeColumnChart'; export * from './RangeColumn3dChart'; export * from './RoseChart'; export * from './SankeyChart'; export * from './ScatterChart'; export * from './SequenceChart'; export * from './SunburstChart'; export * from './TreemapChart'; export * from './WordCloudChart'; export * from './WordCloud3dChart'; export * from './WordCloudChart'; export * from './VennChart'; export * from './WaterfallChart'; export type { ChartOptions } from './BaseChart'; export type { IData, IChartSpec } from '@visactor/vchart';