| 1234567 |
- 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>;
|