@antv/g2
Version:
the Grammar of Graphics in Javascript
9 lines • 354 B
JavaScript
import { createColorKey } from './utils';
import { ElementSelect } from './elementSelect';
export function ElementSelectByColor(options) {
return ElementSelect(Object.assign(Object.assign({}, options), { createGroup: createColorKey }));
}
ElementSelectByColor.props = {
reapplyWhenUpdate: true,
};
//# sourceMappingURL=elementSelectByColor.js.map