UNPKG

@antv/g2plot

Version:

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

6 lines (5 loc) 254 B
import LabelParser from '../../../../components/label/parser'; import { LooseMap } from '../../../../interface/types'; export default class FunnelLabelParser extends LabelParser { protected parseFormatter(config: LooseMap, ...values: any[]): void; }