@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines • 322 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.Threshold = void 0;
const scale_1 = require("@antv/scale");
const Threshold = (options) => {
return new scale_1.Threshold(options);
};
exports.Threshold = Threshold;
exports.Threshold.props = {};
//# sourceMappingURL=threshold.js.map
;