UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

11 lines 325 B
export function getColDefs(view) { var scaleController = view.get('scaleController') || {}; return scaleController.defs; } export function getColDef(view, field) { var colDefs = getColDefs(view); if (colDefs && colDefs[field]) { return colDefs[field]; } } //# sourceMappingURL=get-color-def.js.map