UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 388 B
import { corelib, plotlib, graphlib, geolib, stdlib } from './lib'; import { extend, Runtime } from './api'; export { 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