@antv/g2plot
Version:
G2 Plot, a market of plots built with the Grammar of Graphics'
10 lines • 343 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var circle_1 = tslib_1.__importDefault(require("./circle"));
var guide_1 = tslib_1.__importDefault(require("./guide"));
exports.default = {
guide: guide_1.default,
circle: circle_1.default,
};
//# sourceMappingURL=index.js.map