@antv/g2
Version:
the Grammar of Graphics in Javascript
10 lines • 406 B
JavaScript
import { litelib, corelib, plotlib, graphlib, geolib, stdlib } from './lib';
import { extend, Runtime } from './api';
export { litelib, corelib, plotlib, graphlib, geolib, stdlib };
export * from './exports';
/**
* G2 standard library initial all the libs except 3D and auto.
*/
const library = Object.assign({}, stdlib());
export const Chart = extend(Runtime, library);
//# sourceMappingURL=index.js.map