@antv/g2
Version:
the Grammar of Graphics in Javascript
8 lines (7 loc) • 312 B
TypeScript
import { CoordinateComponent as CC } from '../runtime';
import { TransposeCoordinate } from '../spec';
export type TransposeOptions = Omit<TransposeCoordinate, 'type'>;
/**
* Transpose transformation for transposing chart according to center of canvas.
*/
export declare const Transpose: CC<TransposeOptions>;