UNPKG

@antv/g2plot

Version:

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

7 lines 171 B
import AreaParser from './main'; import MiniAreaParser from './mini'; export default { main: AreaParser, mini: MiniAreaParser, }; //# sourceMappingURL=index.js.map