UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

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