UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines 328 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Chart = void 0; const extend_1 = require("./extend"); const library_1 = require("./library"); const runtime_1 = require("./runtime"); exports.Chart = (0, extend_1.extend)(runtime_1.Runtime, library_1.library); //# sourceMappingURL=chart.js.map