UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 291 B
import { createColorKey } from './utils'; import { ElementSelect } from './elementSelect'; export function ElementSelectByColor(options) { return ElementSelect(Object.assign(Object.assign({}, options), { createGroup: createColorKey })); } //# sourceMappingURL=elementSelectByColor.js.map