UNPKG

@antv/g2plot

Version:

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

10 lines 262 B
function columnWidth(node, region, cfg) { if (cfg === void 0) { cfg = { ratio: 0.6 }; } return region.width * cfg.ratio; } export default { type: 'padding', usage: 'assign', expression: columnWidth, }; //# sourceMappingURL=column-width.js.map