@visactor/taro-vchart
Version:
Taro VChart 图表组件
35 lines (34 loc) • 1.13 kB
TypeScript
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 './PieChart';
export * from './Pie3dChart';
export * from './RadarChart';
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 { VChart as VChartCore } from '@visactor/vchart';