UNPKG

@antv/g2plot

Version:

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

7 lines 199 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function textHide(shape) { shape.attr('text', ''); } exports.default = textHide; //# sourceMappingURL=text-hide.js.map