UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

88 lines (59 loc) 1.75 kB
import { area } from "./area"; import { bar } from "./bar"; import { circularProgress } from "./circular-progress"; import { dot } from "./dot"; import { funnel } from "./funnel"; import { gauge } from "./gauge"; import { gaugePointer } from "./gauge-pointer"; import { line } from "./line"; import { linearProgress } from "./linear-progress"; import { link } from "./link"; import { map } from "./map"; import { pie } from "./pie"; import { radar } from "./radar"; import { scatter } from "./scatter"; import { waterfall } from "./waterfall"; import { wordCloud } from "./word-cloud"; import { treemap } from "./treemap"; import { sunburst } from "./sunburst"; import { rangeColumn } from "./rangeColumn"; import { circlePacking } from "./circle-packing"; import { heatmap } from "./heatmap"; import { sankey } from "./sankey"; import { rose } from "./rose"; import { boxPlot } from "./box-plot"; import { correlation } from "./correlation"; import { liquid } from "./liquid"; import { venn } from "./venn"; import { mosaic } from "./mosaic"; export const series = { scatter: scatter, line: line, area: area, bar: bar, pie: pie, map: map, radar: radar, dot: dot, link: link, wordCloud: wordCloud, funnel: funnel, linearProgress: linearProgress, circularProgress: circularProgress, waterfall: waterfall, gauge: gauge, gaugePointer: gaugePointer, treemap: treemap, sunburst: sunburst, rangeColumn: rangeColumn, circlePacking: circlePacking, heatmap: heatmap, sankey: sankey, rose: rose, boxPlot: boxPlot, correlation: correlation, liquid: liquid, venn: venn, mosaic: mosaic }; //# sourceMappingURL=index.js.map