@antv/g2
Version:
the Grammar of Graphics in Javascript
13 lines • 514 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.ElementSelectByX = void 0;
const utils_1 = require("./utils");
const elementSelect_1 = require("./elementSelect");
function ElementSelectByX(options) {
return (0, elementSelect_1.ElementSelect)(Object.assign(Object.assign({}, options), { createGroup: utils_1.createXKey }));
}
exports.ElementSelectByX = ElementSelectByX;
ElementSelectByX.props = {
reapplyWhenUpdate: true,
};
//# sourceMappingURL=elementSelectByX.js.map
;