UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

10 lines 321 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Parallel = void 0; /** * Parallel coordinate transformations for parallel coordinate. */ const Parallel = () => [['parallel', 0, 1, 0, 1]]; exports.Parallel = Parallel; exports.Parallel.props = {}; //# sourceMappingURL=parallel.js.map