aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-18 20:38:57 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-18 20:38:57 +0000
commit91c9194f273d6a0f7e0eff9bd5ec5e8f646ab0cf (patch)
treec17ecb9476ae42370055ae49e97ae60163a8bc5b
parentce6caf09c4fdf1b49239f48718db016ff28b301b (diff)
downloadgit-deps-91c9194f273d6a0f7e0eff9bd5ec5e8f646ab0cf.tar.gz
shrink flowLayout length to 100
-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)