UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 218 B
import { CoordinateComponent as CC } from '../runtime'; import { FisheyeCoordinate } from '../spec'; export type FisheyeOptions = FisheyeCoordinate; /** * Fisheye */ export declare const Fisheye: CC<FisheyeOptions>;