UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 201 B
import { Threshold as ThresholdScale } from '@antv/scale'; export const Threshold = (options) => { return new ThresholdScale(options); }; Threshold.props = {}; //# sourceMappingURL=threshold.js.map