UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

9 lines (8 loc) 239 B
import { Params } from '../../../core/adaptor'; import { FunnelOptions } from '../types'; /** * 分面漏斗 * @param chart * @param options */ export declare function facetFunnel(params: Params<FunnelOptions>): Params<FunnelOptions>;