@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines • 352 B
JavaScript
import { createXKey } from './utils';
import { ElementHighlight } from './elementHighlight';
export function ElementHighlightByX(options) {
return ElementHighlight(Object.assign(Object.assign({}, options), { createGroup: createXKey }));
}
ElementHighlightByX.props = {
reapplyWhenUpdate: true,
};
//# sourceMappingURL=elementHighlightByX.js.map