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