UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 542 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementSelectByColor = void 0; const utils_1 = require("./utils"); const elementSelect_1 = require("./elementSelect"); function ElementSelectByColor(options) { return (0, elementSelect_1.ElementSelect)(Object.assign(Object.assign({}, options), { createGroup: utils_1.createColorKey })); } exports.ElementSelectByColor = ElementSelectByColor; ElementSelectByColor.props = { reapplyWhenUpdate: true, }; //# sourceMappingURL=elementSelectByColor.js.map