UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 195 B
import { Quantile as QuantileScale } from '@antv/scale'; export const Quantile = (options) => { return new QuantileScale(options); }; Quantile.props = {}; //# sourceMappingURL=quantile.js.map