UNPKG

@antv/g2plot

Version:

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

6 lines (5 loc) 248 B
export interface NodesResamplingCfg { keep: string[]; } export default function nodesResampling(shape: any, option: NodesResamplingCfg, index: any, cfg: any): void; export declare function isKeep(keepCfg: any, index: any, nodes: any): boolean;