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