UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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