UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

8 lines (7 loc) 290 B
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>;