quantile.js 195 B

123456
  1. import { Quantile as QuantileScale } from '@antv/scale';
  2. export const Quantile = (options) => {
  3. return new QuantileScale(options);
  4. };
  5. Quantile.props = {};
  6. //# sourceMappingURL=quantile.js.map