diff options
Diffstat (limited to 'html/js/git-deps-graph.js')
-rw-r--r-- | html/js/git-deps-graph.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/html/js/git-deps-graph.js b/html/js/git-deps-graph.js index fe3d517..e380219 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -25,7 +25,7 @@ d3cola .flowLayout("y", 150) .linkDistance(60) //.symmetricDiffLinkLengths(30) - //.jaccardLinkLengths(100); + //.jaccardLinkLengths(100) .avoidOverlaps(true); // d3 visualization elements. Kept global to aid in-browser debugging. |