UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 544 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ElementHighlightByX = void 0; 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 })); } exports.ElementHighlightByX = ElementHighlightByX; ElementHighlightByX.props = { reapplyWhenUpdate: true, }; //# sourceMappingURL=elementHighlightByX.js.map