@echarts-component/vue
Version:
Echarts component for Vue
22 lines (21 loc) • 664 B
TypeScript
export * from './line/type';
export * from './bar/type';
export * from './pie/type';
export * from './scatter/type';
export * from './effectScatter/type';
export * from './radar/type';
export * from './tree/type';
export * from './treemap/type';
export * from './sunburst/type';
export * from './boxplot/type';
export * from './candlestick/type';
export * from './heatmap/type';
export * from './map/type';
export * from './parallel/type';
export * from './lines/type';
export * from './graph/type';
export * from './sankey/type';
export * from './funnel/type';
export * from './gauge/type';
export * from './pictorialBar/type';
export * from './themeRiver/type';