UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

30 lines 1.49 kB
export { default as Line } from './line'; export { default as Density } from './density'; export { default as Column } from './column'; export { default as Bubble } from './bubble'; export { default as Scatter } from './scatter'; export { default as GroupColumn } from './group-column'; export { default as StackColumn } from './stack-column'; export { default as PercentageStackColumn } from './percentage-stack-column'; export { default as Histogram } from './histogram'; export { default as Bar } from './bar'; export { default as StackBar } from './stack-bar'; export { default as PercentageStackBar } from './percentage-stack-bar'; export { default as GroupBar } from './group-bar'; export { default as Pie } from './pie'; export { default as Ring } from './ring'; export { default as Radar } from './radar'; export { default as Liquid } from './liquid'; export { default as Gauge } from './gauge'; export { default as Area } from './area'; export { default as StackArea } from './stack-area'; export { default as PercentageStackArea } from './percentage-stack-area'; export { default as Funnel } from './funnel'; export { default as Heatmap } from './heatmap'; export { default as Matrix } from './matrix'; export { default as Waterfall } from './waterfall'; export { default as Treemap } from './treemap'; export { default as StepLine } from './step-line'; export { default as WordCloud } from './word-cloud'; export { default as Rose } from './rose'; //# sourceMappingURL=index.js.map