UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

6 lines 187 B
/** * Parallel coordinate transformations for parallel coordinate. */ export const Parallel = () => [['parallel', 0, 1, 0, 1]]; Parallel.props = {}; //# sourceMappingURL=parallel.js.map