- import { CoordinateComponent as CC } from '../runtime';
- import { ParallelCoordinate } from '../spec';
- export type ParallelOptions = Omit<ParallelCoordinate, 'type'>;
- /**
- * Parallel coordinate transformations for parallel coordinate.
- */
- export declare const Parallel: CC<ParallelOptions>;
|