@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
11 lines • 343 B
JavaScript
import * as _ from '@antv/util';
var VariableNodes = /** @class */ (function () {
function VariableNodes(cfg) {
this.type = 'variable';
_.assign(this, cfg);
}
VariableNodes.prototype.normalize = function () { };
return VariableNodes;
}());
export default VariableNodes;
//# sourceMappingURL=variable-node.js.map