1 | ;
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.SortY = void 0;
|
4 | const sort_1 = require("./sort");
|
5 | /**
|
6 | * Sort domain of x scale of mark groups by groups.
|
7 | */
|
8 | const SortY = (options = {}) => {
|
9 | return (0, sort_1.Sort)(Object.assign(Object.assign({}, options), { channel: 'y' }));
|
10 | };
|
11 | exports.SortY = SortY;
|
12 | exports.SortY.props = {};
|
13 | //# sourceMappingURL=sortY.js.map |
\ | No newline at end of file |