UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SortY = void 0; const sort_1 = require("./sort"); /** * Sort domain of x scale of mark groups by groups. */ const SortY = (options = {}) => { return (0, sort_1.Sort)(Object.assign(Object.assign({}, options), { channel: 'y' })); }; exports.SortY = SortY; exports.SortY.props = {}; //# sourceMappingURL=sortY.js.map