UNPKG

@antv/g2plot

Version:

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

12 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function ringThickness(node, region, cfg) { if (cfg === void 0) { cfg = { ratio: 0.8 }; } return region.radius * cfg.ratio; } exports.default = { type: 'padding', usage: 'assign', expression: ringThickness, }; //# sourceMappingURL=ring-thickness.js.map