UNPKG

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