UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 287 B
import { Coordinate3DComponent as CC } from '../runtime'; import { Cartesian3DCoordinate } from '../spec'; export type Cartesian3DOptions = Cartesian3DCoordinate; /** * Default coordinate3D transformation for all charts. */ export declare const Cartesian3D: CC<Cartesian3DCoordinate>;