vh.js 443 B

1234567891011
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.VH = void 0;
  4. const d3_shape_1 = require("d3-shape");
  5. const curve_1 = require("./curve");
  6. const VH = (options) => {
  7. return (0, curve_1.Curve)(Object.assign({ curve: d3_shape_1.curveStepBefore }, options));
  8. };
  9. exports.VH = VH;
  10. exports.VH.props = Object.assign(Object.assign({}, curve_1.Curve.props), { defaultMarker: 'vh' });
  11. //# sourceMappingURL=vh.js.map