@antv/g2plot
Version:
An interactive and responsive charting library
13 lines (12 loc) • 333 B
TypeScript
import { Params } from '../../core/adaptor';
import { BoxOptions } from './types';
/**
* legend 配置
* @param params
*/
export declare function legend(params: Params<BoxOptions>): Params<BoxOptions>;
/**
* 箱型图适配器
* @param params
*/
export declare function adaptor(params: Params<BoxOptions>): Params<BoxOptions>;