UNPKG

@antv/g2plot

Version:

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

15 lines 452 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function getColDefs(view) { var scaleController = view.get('scaleController') || {}; return scaleController.defs; } exports.getColDefs = getColDefs; function getColDef(view, field) { var colDefs = getColDefs(view); if (colDefs && colDefs[field]) { return colDefs[field]; } } exports.getColDef = getColDef; //# sourceMappingURL=get-color-def.js.map