@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
13 lines • 474 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var plot_1 = tslib_1.__importDefault(require("../base/plot"));
var TinyPlot = /** @class */ (function (_super) {
tslib_1.__extends(TinyPlot, _super);
function TinyPlot() {
return _super !== null && _super.apply(this, arguments) || this;
}
return TinyPlot;
}(plot_1.default));
exports.default = TinyPlot;
//# sourceMappingURL=tiny-plot.js.map