UNPKG

@antv/g2plot

Version:

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

10 lines (9 loc) 250 B
import LineParser from './main'; export default class GuideLineParser extends LineParser { init(): void; parseSize(): void; parseColor(): void; parseStyle(): void; private _needParseAttribute; private _getColorMappingField; }