UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

9 lines 260 B
import { GeoView } from '../composition/geoView'; import { GeoPath } from '../composition/geoPath'; export function geolib() { return { 'composition.geoView': GeoView, 'composition.geoPath': GeoPath, }; } //# sourceMappingURL=geo.js.map