UNPKG

@visactor/openinula-vchart

Version:

The openinula version of VChart 4.x

19 lines (18 loc) 619 B
export * from './AreaChart'; export * from './BarChart'; export * from './LineChart'; export * from './ScatterChart'; export * from './PieChart'; export * from './RoseChart'; export * from './RadarChart'; export * from './MapChart'; export * from './HistogramChart'; export * from './WordCloudChart'; export * from './FunnelChart'; export * from './BoxPlotChart'; export * from './CircularProgressChart'; export * from './LinearProgressChart'; export * from './RangeColumnChart'; export * from './CommonChart'; export type { ChartOptions } from './BaseChart'; export type { IData, IChartSpec } from '@visactor/vchart';