aboutsummaryrefslogtreecommitdiffstats
path: root/html
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-08 11:46:51 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-08 11:46:51 +0000
commitaef7c1c7a254f5fda8997a9fec881eae3a8ad86e (patch)
tree94e05ff923d3f8aee3574a26d4f24e3254bbb43f /html
parentf4759d3f642e227fde9b328e59e55ef742b2b83f (diff)
downloadgit-deps-aef7c1c7a254f5fda8997a9fec881eae3a8ad86e.tar.gz
increase graph HEIGHT
Diffstat (limited to 'html')
-rw-r--r--html/js/git-deps-graph.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js
index 15dff47..6f4ffa5 100644
--- a/html/js/git-deps-graph.js
+++ b/html/js/git-deps-graph.js
@@ -1,5 +1,5 @@
var WIDTH = 960,
- HEIGHT = 500,
+ HEIGHT = 800,
MARGIN = 14, // space in between <rects>
PADDING = 5, // space in between <text> label and <rect> border
EDGE_ROUTING_MARGIN = 3;