UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

35 lines 3.19 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Legends = exports.ScrollbarY = exports.ScrollbarX = exports.SliderY = exports.SliderX = exports.TitleComponent = exports.LegendContinuousSize = exports.LegendContinuousBlockSize = exports.LegendContinuousBlock = exports.LegendContinuous = exports.LegendCategory = exports.AxisRadar = exports.AxisY = exports.AxisX = exports.AxisArc = exports.AxisLinear = void 0; var axis_1 = require("./axis"); Object.defineProperty(exports, "AxisLinear", { enumerable: true, get: function () { return axis_1.LinearAxis; } }); Object.defineProperty(exports, "AxisArc", { enumerable: true, get: function () { return axis_1.ArcAxis; } }); var axisX_1 = require("./axisX"); Object.defineProperty(exports, "AxisX", { enumerable: true, get: function () { return axisX_1.AxisX; } }); var axisY_1 = require("./axisY"); Object.defineProperty(exports, "AxisY", { enumerable: true, get: function () { return axisY_1.AxisY; } }); var axisRadar_1 = require("./axisRadar"); Object.defineProperty(exports, "AxisRadar", { enumerable: true, get: function () { return axisRadar_1.AxisRadar; } }); var legendCategory_1 = require("./legendCategory"); Object.defineProperty(exports, "LegendCategory", { enumerable: true, get: function () { return legendCategory_1.LegendCategory; } }); var legendContinuous_1 = require("./legendContinuous"); Object.defineProperty(exports, "LegendContinuous", { enumerable: true, get: function () { return legendContinuous_1.LegendContinuous; } }); var legendContinuousBlock_1 = require("./legendContinuousBlock"); Object.defineProperty(exports, "LegendContinuousBlock", { enumerable: true, get: function () { return legendContinuousBlock_1.LegendContinuousBlock; } }); var legendContinuousBlockSize_1 = require("./legendContinuousBlockSize"); Object.defineProperty(exports, "LegendContinuousBlockSize", { enumerable: true, get: function () { return legendContinuousBlockSize_1.LegendContinuousBlockSize; } }); var legendContinuousSize_1 = require("./legendContinuousSize"); Object.defineProperty(exports, "LegendContinuousSize", { enumerable: true, get: function () { return legendContinuousSize_1.LegendContinuousSize; } }); var title_1 = require("./title"); Object.defineProperty(exports, "TitleComponent", { enumerable: true, get: function () { return title_1.TitleComponent; } }); var sliderX_1 = require("./sliderX"); Object.defineProperty(exports, "SliderX", { enumerable: true, get: function () { return sliderX_1.SliderX; } }); var sliderY_1 = require("./sliderY"); Object.defineProperty(exports, "SliderY", { enumerable: true, get: function () { return sliderY_1.SliderY; } }); var scrollbarX_1 = require("./scrollbarX"); Object.defineProperty(exports, "ScrollbarX", { enumerable: true, get: function () { return scrollbarX_1.ScrollbarX; } }); var scrollbarY_1 = require("./scrollbarY"); Object.defineProperty(exports, "ScrollbarY", { enumerable: true, get: function () { return scrollbarY_1.ScrollbarY; } }); var legends_1 = require("./legends"); Object.defineProperty(exports, "Legends", { enumerable: true, get: function () { return legends_1.Legends; } }); //# sourceMappingURL=index.js.map