UNPKG

@antv/g2plot

Version:

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

12 lines (11 loc) 265 B
import { ElementOption } from '../interface/config'; export default class ElementParser { plot: any; type: string; config: ElementOption; style: any; private positionFields; private widthRatio; constructor(cfg: any); init(): void; }