diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-06 18:52:10 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-06 18:52:10 +0000 |
commit | e25b3308d6abdafc1983df64220aeb931f122645 (patch) | |
tree | 611186795dd53696710ad46cdabe289ef9f50a3e /html/js/git-deps-graph.js | |
parent | 6c8d9b8afb9cc3730553a3709bdbd958dd317a91 (diff) | |
download | git-deps-e25b3308d6abdafc1983df64220aeb931f122645.tar.gz |
disable routeEdges for now, as it doesn't work properly yet
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 5fe5e1c..c03b3c4 100644 --- a/html/js/git-deps-graph.js +++ b/html/js/git-deps-graph.js @@ -140,7 +140,7 @@ function draw_graph () { .attr("y", function (d) { return d.y; }); }); - d3cola.on("end", routeEdges); + // d3cola.on("end", routeEdges); // turn on overlap avoidance after first convergence // d3cola.on("end", function () { |