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