UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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