@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines • 506 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;
//# sourceMappingURL=elementHighlightByColor.js.map
;