UNPKG

427 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.BinX = void 0;
4const bin_1 = require("./bin");
5const BinX = (options = {}) => {
6 const { thresholds } = options;
7 return (0, bin_1.Bin)(Object.assign(Object.assign({}, options), { thresholdsX: thresholds, groupChannels: ['color'], binChannels: ['x'] }));
8};
9exports.BinX = BinX;
10exports.BinX.props = {};
11//# sourceMappingURL=binX.js.map
\No newline at end of file