aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--html/js/git-deps-graph.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.coffee b/html/js/git-deps-graph.coffee
index 6461547..0e32224 100644
--- a/html/js/git-deps-graph.coffee
+++ b/html/js/git-deps-graph.coffee
@@ -25,7 +25,7 @@ color = d3.scale.category20()
global.d3cola = cola.d3adaptor()
d3cola
- .flowLayout("y", 150)
+ .flowLayout("y", 100)
.avoidOverlaps(true)
#.linkDistance(60)
#.symmetricDiffLinkLengths(30)