UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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