UNPKG

@antv/g2plot

Version:

An interactive and responsive charting library

9 lines (8 loc) 254 B
import { View } from '@antv/g2'; import { IView } from './types'; /** * * @param params 分面图 参数 * @returns facet eachView 的回调设置每个 view 的展示 */ export declare function execViewAdaptor(viewOfG2: View, options: IView): void;