UNPKG

@antv/g2plot

Version:

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

12 lines (11 loc) 337 B
import ElementParser from '../base'; export default class IntervalParser extends ElementParser { init(): void; parseColor(): void; parseSize(sizeProps: any): void; parseStyle(styleProps: any): void; private _getSizeProps; private _getStyleProps; private _getColorMappingField; private _needParserColor; }