parallel.js 321 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Parallel = void 0;
  4. /**
  5. * Parallel coordinate transformations for parallel coordinate.
  6. */
  7. const Parallel = () => [['parallel', 0, 1, 0, 1]];
  8. exports.Parallel = Parallel;
  9. exports.Parallel.props = {};
  10. //# sourceMappingURL=parallel.js.map