UNPKG

@visactor/vchart

Version:

charts lib based @visactor/VGrammar

501 lines (438 loc) 14.6 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: !0 }), exports.registerHistogramChart = exports.registerHeatmapChart = exports.registerGaugeChart = exports.registerFunnel3dChart = exports.registerFunnelChart = exports.registerCommonChart = exports.registerCircularProgressChart = exports.registerCirclePackingChart = exports.registerBoxplotChart = exports.registerBar3dChart = exports.registerBarChart = exports.registerAreaChart = exports.registerLineChart = exports.PictogramChart = exports.MosaicChart = exports.BaseChart = exports.VennChart = exports.TreemapChart = exports.WordCloud3dChart = exports.WordCloudChart = exports.LiquidChart = exports.CorrelationChart = exports.WaterfallChart = exports.SequenceChart = exports.SunburstChart = exports.ScatterChart = exports.SankeyChart = exports.RoseChart = exports.RangeAreaChart = exports.RangeColumn3dChart = exports.RangeColumnChart = exports.RadarChart = exports.LinearProgressChart = exports.CircularProgressChart = exports.Pie3dChart = exports.PieChart = exports.MapChart = exports.LineChart = exports.Histogram3dChart = exports.HistogramChart = exports.HeatmapChart = exports.GaugeChart = exports.Funnel3dChart = exports.FunnelChart = exports.CommonChart = exports.CirclePackingChart = exports.BoxPlotChart = exports.Bar3dChart = exports.BarChart = exports.AreaChart = void 0, exports.registerPictogramChart = exports.registerMosaicChart = exports.registerVennChart = exports.registerWordCloudShapeChart = exports.registerLiquidChart = exports.registerCorrelationChart = exports.registerWordCloudChart = exports.registerWordCloud3dChart = exports.registerWaterfallChart = exports.registerTreemapChart = exports.registerSunburstChart = exports.registerSequenceChart = exports.registerScatterChart = exports.registerSankeyChart = exports.registerRoseChart = exports.registerRangeColumnChart = exports.registerRangeColumn3dChart = exports.registerRangeAreaChart = exports.registerRadarChart = exports.registerPieChart = exports.registerPie3dChart = exports.registerMapChart = exports.registerLinearProgressChart = exports.registerHistogram3dChart = void 0; const area_1 = require("./area"); Object.defineProperty(exports, "AreaChart", { enumerable: !0, get: function() { return area_1.AreaChart; } }), Object.defineProperty(exports, "registerAreaChart", { enumerable: !0, get: function() { return area_1.registerAreaChart; } }); const bar_1 = require("./bar"); Object.defineProperty(exports, "BarChart", { enumerable: !0, get: function() { return bar_1.BarChart; } }), Object.defineProperty(exports, "Bar3dChart", { enumerable: !0, get: function() { return bar_1.Bar3dChart; } }), Object.defineProperty(exports, "registerBarChart", { enumerable: !0, get: function() { return bar_1.registerBarChart; } }), Object.defineProperty(exports, "registerBar3dChart", { enumerable: !0, get: function() { return bar_1.registerBar3dChart; } }); const box_plot_1 = require("./box-plot"); Object.defineProperty(exports, "BoxPlotChart", { enumerable: !0, get: function() { return box_plot_1.BoxPlotChart; } }), Object.defineProperty(exports, "registerBoxplotChart", { enumerable: !0, get: function() { return box_plot_1.registerBoxplotChart; } }); const circle_packing_1 = require("./circle-packing"); Object.defineProperty(exports, "CirclePackingChart", { enumerable: !0, get: function() { return circle_packing_1.CirclePackingChart; } }), Object.defineProperty(exports, "registerCirclePackingChart", { enumerable: !0, get: function() { return circle_packing_1.registerCirclePackingChart; } }); const common_1 = require("./common"); Object.defineProperty(exports, "CommonChart", { enumerable: !0, get: function() { return common_1.CommonChart; } }), Object.defineProperty(exports, "registerCommonChart", { enumerable: !0, get: function() { return common_1.registerCommonChart; } }); const funnel_1 = require("./funnel"); Object.defineProperty(exports, "FunnelChart", { enumerable: !0, get: function() { return funnel_1.FunnelChart; } }), Object.defineProperty(exports, "Funnel3dChart", { enumerable: !0, get: function() { return funnel_1.Funnel3dChart; } }), Object.defineProperty(exports, "registerFunnelChart", { enumerable: !0, get: function() { return funnel_1.registerFunnelChart; } }), Object.defineProperty(exports, "registerFunnel3dChart", { enumerable: !0, get: function() { return funnel_1.registerFunnel3dChart; } }); const gauge_1 = require("./gauge"); Object.defineProperty(exports, "GaugeChart", { enumerable: !0, get: function() { return gauge_1.GaugeChart; } }), Object.defineProperty(exports, "registerGaugeChart", { enumerable: !0, get: function() { return gauge_1.registerGaugeChart; } }); const heatmap_1 = require("./heatmap"); Object.defineProperty(exports, "HeatmapChart", { enumerable: !0, get: function() { return heatmap_1.HeatmapChart; } }), Object.defineProperty(exports, "registerHeatmapChart", { enumerable: !0, get: function() { return heatmap_1.registerHeatmapChart; } }); const histogram_1 = require("./histogram"); Object.defineProperty(exports, "HistogramChart", { enumerable: !0, get: function() { return histogram_1.HistogramChart; } }), Object.defineProperty(exports, "Histogram3dChart", { enumerable: !0, get: function() { return histogram_1.Histogram3dChart; } }), Object.defineProperty(exports, "registerHistogramChart", { enumerable: !0, get: function() { return histogram_1.registerHistogramChart; } }), Object.defineProperty(exports, "registerHistogram3dChart", { enumerable: !0, get: function() { return histogram_1.registerHistogram3dChart; } }); const line_1 = require("./line"); Object.defineProperty(exports, "LineChart", { enumerable: !0, get: function() { return line_1.LineChart; } }), Object.defineProperty(exports, "registerLineChart", { enumerable: !0, get: function() { return line_1.registerLineChart; } }); const map_1 = require("./map"); Object.defineProperty(exports, "MapChart", { enumerable: !0, get: function() { return map_1.MapChart; } }), Object.defineProperty(exports, "registerMapChart", { enumerable: !0, get: function() { return map_1.registerMapChart; } }); const pie_1 = require("./pie"); Object.defineProperty(exports, "PieChart", { enumerable: !0, get: function() { return pie_1.PieChart; } }), Object.defineProperty(exports, "Pie3dChart", { enumerable: !0, get: function() { return pie_1.Pie3dChart; } }), Object.defineProperty(exports, "registerPieChart", { enumerable: !0, get: function() { return pie_1.registerPieChart; } }), Object.defineProperty(exports, "registerPie3dChart", { enumerable: !0, get: function() { return pie_1.registerPie3dChart; } }); const circular_1 = require("./progress/circular"); Object.defineProperty(exports, "CircularProgressChart", { enumerable: !0, get: function() { return circular_1.CircularProgressChart; } }), Object.defineProperty(exports, "registerCircularProgressChart", { enumerable: !0, get: function() { return circular_1.registerCircularProgressChart; } }); const linear_1 = require("./progress/linear"); Object.defineProperty(exports, "LinearProgressChart", { enumerable: !0, get: function() { return linear_1.LinearProgressChart; } }), Object.defineProperty(exports, "registerLinearProgressChart", { enumerable: !0, get: function() { return linear_1.registerLinearProgressChart; } }); const radar_1 = require("./radar"); Object.defineProperty(exports, "RadarChart", { enumerable: !0, get: function() { return radar_1.RadarChart; } }), Object.defineProperty(exports, "registerRadarChart", { enumerable: !0, get: function() { return radar_1.registerRadarChart; } }); const range_area_1 = require("./range-area"); Object.defineProperty(exports, "RangeAreaChart", { enumerable: !0, get: function() { return range_area_1.RangeAreaChart; } }), Object.defineProperty(exports, "registerRangeAreaChart", { enumerable: !0, get: function() { return range_area_1.registerRangeAreaChart; } }); const range_column_1 = require("./range-column"); Object.defineProperty(exports, "RangeColumnChart", { enumerable: !0, get: function() { return range_column_1.RangeColumnChart; } }), Object.defineProperty(exports, "RangeColumn3dChart", { enumerable: !0, get: function() { return range_column_1.RangeColumn3dChart; } }), Object.defineProperty(exports, "registerRangeColumnChart", { enumerable: !0, get: function() { return range_column_1.registerRangeColumnChart; } }), Object.defineProperty(exports, "registerRangeColumn3dChart", { enumerable: !0, get: function() { return range_column_1.registerRangeColumn3dChart; } }); const rose_1 = require("./rose"); Object.defineProperty(exports, "RoseChart", { enumerable: !0, get: function() { return rose_1.RoseChart; } }), Object.defineProperty(exports, "registerRoseChart", { enumerable: !0, get: function() { return rose_1.registerRoseChart; } }); const sankey_1 = require("./sankey"); Object.defineProperty(exports, "SankeyChart", { enumerable: !0, get: function() { return sankey_1.SankeyChart; } }), Object.defineProperty(exports, "registerSankeyChart", { enumerable: !0, get: function() { return sankey_1.registerSankeyChart; } }); const scatter_1 = require("./scatter"); Object.defineProperty(exports, "ScatterChart", { enumerable: !0, get: function() { return scatter_1.ScatterChart; } }), Object.defineProperty(exports, "registerScatterChart", { enumerable: !0, get: function() { return scatter_1.registerScatterChart; } }); const sequence_1 = require("./sequence"); Object.defineProperty(exports, "SequenceChart", { enumerable: !0, get: function() { return sequence_1.SequenceChart; } }), Object.defineProperty(exports, "registerSequenceChart", { enumerable: !0, get: function() { return sequence_1.registerSequenceChart; } }); const sunburst_1 = require("./sunburst"); Object.defineProperty(exports, "SunburstChart", { enumerable: !0, get: function() { return sunburst_1.SunburstChart; } }), Object.defineProperty(exports, "registerSunburstChart", { enumerable: !0, get: function() { return sunburst_1.registerSunburstChart; } }); const treemap_1 = require("./treemap"); Object.defineProperty(exports, "TreemapChart", { enumerable: !0, get: function() { return treemap_1.TreemapChart; } }), Object.defineProperty(exports, "registerTreemapChart", { enumerable: !0, get: function() { return treemap_1.registerTreemapChart; } }); const waterfall_1 = require("./waterfall"); Object.defineProperty(exports, "WaterfallChart", { enumerable: !0, get: function() { return waterfall_1.WaterfallChart; } }), Object.defineProperty(exports, "registerWaterfallChart", { enumerable: !0, get: function() { return waterfall_1.registerWaterfallChart; } }); const correlation_1 = require("./correlation"); Object.defineProperty(exports, "CorrelationChart", { enumerable: !0, get: function() { return correlation_1.CorrelationChart; } }), Object.defineProperty(exports, "registerCorrelationChart", { enumerable: !0, get: function() { return correlation_1.registerCorrelationChart; } }); const liquid_1 = require("./liquid"); Object.defineProperty(exports, "LiquidChart", { enumerable: !0, get: function() { return liquid_1.LiquidChart; } }), Object.defineProperty(exports, "registerLiquidChart", { enumerable: !0, get: function() { return liquid_1.registerLiquidChart; } }); const word_cloud_1 = require("./word-cloud"); Object.defineProperty(exports, "WordCloudChart", { enumerable: !0, get: function() { return word_cloud_1.WordCloudChart; } }), Object.defineProperty(exports, "WordCloud3dChart", { enumerable: !0, get: function() { return word_cloud_1.WordCloud3dChart; } }), Object.defineProperty(exports, "registerWordCloudChart", { enumerable: !0, get: function() { return word_cloud_1.registerWordCloudChart; } }), Object.defineProperty(exports, "registerWordCloudShapeChart", { enumerable: !0, get: function() { return word_cloud_1.registerWordCloudShapeChart; } }), Object.defineProperty(exports, "registerWordCloud3dChart", { enumerable: !0, get: function() { return word_cloud_1.registerWordCloud3dChart; } }); const base_chart_1 = require("./base/base-chart"); Object.defineProperty(exports, "BaseChart", { enumerable: !0, get: function() { return base_chart_1.BaseChart; } }); const venn_1 = require("./venn"); Object.defineProperty(exports, "VennChart", { enumerable: !0, get: function() { return venn_1.VennChart; } }), Object.defineProperty(exports, "registerVennChart", { enumerable: !0, get: function() { return venn_1.registerVennChart; } }); const mosaic_1 = require("./mosaic"); Object.defineProperty(exports, "MosaicChart", { enumerable: !0, get: function() { return mosaic_1.MosaicChart; } }), Object.defineProperty(exports, "registerMosaicChart", { enumerable: !0, get: function() { return mosaic_1.registerMosaicChart; } }); const pictogram_1 = require("./pictogram/pictogram"); Object.defineProperty(exports, "PictogramChart", { enumerable: !0, get: function() { return pictogram_1.PictogramChart; } }), Object.defineProperty(exports, "registerPictogramChart", { enumerable: !0, get: function() { return pictogram_1.registerPictogramChart; } }); //# sourceMappingURL=index.js.map