UNPKG

@antv/g2plot

Version:

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

9 lines 238 B
import GuideLineParser from './guide'; import LineParser from './main'; import MiniLineParser from './mini'; export default { main: LineParser, guide: GuideLineParser, mini: MiniLineParser, }; //# sourceMappingURL=index.js.map