@antv/x6
Version:
JavaScript diagramming library that uses SVG and HTML for rendering.
7 lines • 336 B
JavaScript
import { FunctionExt } from '../../../util';
import { router } from './router';
import { defaults } from './options';
export const manhattan = function (vertices, options, edgeView) {
return FunctionExt.call(router, this, vertices, Object.assign(Object.assign({}, defaults), options), edgeView);
};
//# sourceMappingURL=index.js.map