UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

10 lines (9 loc) 256 B
import { Action } from '@antv/g2'; import { FunnelOptions } from '../types'; /** * Funnel 转化率跟随 legend 变化事件 */ export declare class ConversionTagAction extends Action { private rendering; change(options: FunnelOptions): void; }