UNPKG

@antv/f2

Version:

Charts for mobile visualization.

6 lines (5 loc) 305 B
import { ZoomRange } from './index'; import { Scale } from '../../deps/f2-scale/src'; declare function updateRange(scale: Scale, originScale: Scale, range: ZoomRange): void | Scale; declare function updateFollow(scales: Scale[], mainScale: Scale, data: any): void[]; export { updateRange, updateFollow };