UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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