threshold.js 201 B

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