@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
30 lines (29 loc) • 1.91 kB
TypeScript
export { default as Line, LineConfig } from './line';
export { default as Density, DensityConfig } from './density';
export { default as Column, ColumnConfig } from './column';
export { default as Bubble, BubbleConfig } from './bubble';
export { default as Scatter, ScatterConfig } from './scatter';
export { default as GroupColumn, GroupColumnConfig } from './group-column';
export { default as StackColumn, StackColumnConfig } from './stack-column';
export { default as PercentageStackColumn, PercentageStackColumnConfig } from './percentage-stack-column';
export { default as Histogram, HistogramConfig } from './histogram';
export { default as Bar, BarConfig } from './bar';
export { default as StackBar, StackBarConfig } from './stack-bar';
export { default as PercentageStackBar, PercentageStackBarConfig } from './percentage-stack-bar';
export { default as GroupBar, GroupBarConfig } from './group-bar';
export { default as Pie, PieConfig } from './pie';
export { default as Ring, RingConfig } from './ring';
export { default as Radar, RadarConfig } from './radar';
export { default as Liquid, LiquidConfig } from './liquid';
export { default as Gauge, GaugeConfig } from './gauge';
export { default as Area, AreaConfig } from './area';
export { default as StackArea, StackAreaConfig } from './stack-area';
export { default as PercentageStackArea, PercentageStackAreaConfig } from './percentage-stack-area';
export { default as Funnel, FunnelConfig } from './funnel';
export { default as Heatmap, HeatmapConfig } from './heatmap';
export { default as Matrix, MatrixConfig } from './matrix';
export { default as Waterfall, WaterfallConfig } from './waterfall';
export { default as Treemap } from './treemap';
export { default as StepLine, StepLineConfig } from './step-line';
export { default as WordCloud, WordCloudConfig } from './word-cloud';
export { default as Rose, RoseConfig } from './rose';