Skip to content
Snippets Groups Projects
Commit f9be97a6 authored by cramakri's avatar cramakri
Browse files

BIS-229 SP-419 : Increased vertical spacing.

SVN: 27921
parent 48c47be3
No related branches found
No related tags found
No related merge requests found
...@@ -682,7 +682,7 @@ DagreGraphRenderer.prototype.useLineLinkPath = function(source, target) { ...@@ -682,7 +682,7 @@ DagreGraphRenderer.prototype.useLineLinkPath = function(source, target) {
return line([[src.x, src.y], [dst.x, dst.y]]); } return line([[src.x, src.y], [dst.x, dst.y]]); }
} }
var RANK_SEPARATION = 30; var RANK_SEPARATION = 50;
/** /**
* Display the sample nodes. * Display the sample nodes.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment