UNPKG

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