@antv/g2
Version:
the Grammar of Graphics in Javascript
13 lines • 572 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElementHighlightByColor = void 0;
const utils_1 = require("./utils");
const elementHighlight_1 = require("./elementHighlight");
function ElementHighlightByColor(options) {
return (0, elementHighlight_1.ElementHighlight)(Object.assign(Object.assign({}, options), { createGroup: utils_1.createColorKey }));
}
exports.ElementHighlightByColor = ElementHighlightByColor;
ElementHighlightByColor.props = {
reapplyWhenUpdate: true,
};
//# sourceMappingURL=elementHighlightByColor.js.map
;