UNPKG

@antv/g2plot

Version:

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

4 lines (3 loc) 223 B
import { Shape } from '@antv/g'; /** 根据变化进行抽样,保留变化较大的点,类似于点简化算法 */ export default function nodesResamplingByChange(shape: Shape, option: any, index: any, cfg: any): void;