UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

13 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.extend = void 0; function extend(Runtime, library) { class Chart extends Runtime { constructor(options) { super(Object.assign(Object.assign({}, options), { lib: library })); } } return Chart; } exports.extend = extend; //# sourceMappingURL=extend.js.map