UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

11 lines (8 loc) 272 B
import { createXKey } from './utils'; import { ElementHighlight } from './elementHighlight'; export function ElementHighlightByX(options) { return ElementHighlight({ ...options, createGroup: createXKey }); } ElementHighlightByX.props = { reapplyWhenUpdate: true, };