"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