UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (8 loc) 273 B
import { createColorKey } from './utils'; import { ElementSelect } from './elementSelect'; export function ElementSelectByColor(options) { return ElementSelect({ ...options, createGroup: createColorKey }); } ElementSelectByColor.props = { reapplyWhenUpdate: true, };