@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
14 lines • 475 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var _ = tslib_1.__importStar(require("@antv/util"));
var VariableNodes = /** @class */ (function () {
function VariableNodes(cfg) {
this.type = 'variable';
_.assign(this, cfg);
}
VariableNodes.prototype.normalize = function () { };
return VariableNodes;
}());
exports.default = VariableNodes;
//# sourceMappingURL=variable-node.js.map