UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 287 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Band = void 0; const scale_1 = require("@antv/scale"); const Band = (options) => { return new scale_1.Band(options); }; exports.Band = Band; exports.Band.props = {}; //# sourceMappingURL=band.js.map