UNPKG

@antv/g2

Version:

the Grammar of Graphics in Javascript

7 lines 325 B
import { curveStepAfter } from '@antv/vendor/d3-shape'; import { Curve } from './curve'; export const HV = (options, context) => { return Curve(Object.assign({ curve: curveStepAfter }, options), context); }; HV.props = Object.assign(Object.assign({}, Curve.props), { defaultMarker: 'hv' }); //# sourceMappingURL=hv.js.map