UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

5 lines 189 B
import { extend } from './extend'; import { library } from './library'; import { Runtime } from './runtime'; export const Chart = extend(Runtime, library); //# sourceMappingURL=chart.js.map