UNPKG

@antv/g2plot

Version:

G2 Plot, a market of plots built with the Grammar of Graphics'

7 lines 185 B
import CircleParser from './circle'; import GuidePointParser from './guide'; export default { guide: GuidePointParser, circle: CircleParser, }; //# sourceMappingURL=index.js.map