UNPKG

448 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.GroupY = void 0;
4const group_1 = require("./group");
5/**
6 * The GroupY transform group data by x channel, and aggregate.
7 */
8const GroupY = (options = {}) => {
9 return (0, group_1.Group)(Object.assign(Object.assign({}, options), { channels: ['y', 'color', 'series'] }));
10};
11exports.GroupY = GroupY;
12exports.GroupY.props = {};
13//# sourceMappingURL=groupY.js.map
\No newline at end of file