diff --git a/wells/index.html b/wells/index.html index 4bc42c5..c3f1710 100644 --- a/wells/index.html +++ b/wells/index.html @@ -218,6 +218,7 @@ size: { doResize(null, starterData); --> + diff --git a/wells/static/js/d3_map.js b/wells/static/js/d3_map.js index d210bce..b5e7a26 100644 --- a/wells/static/js/d3_map.js +++ b/wells/static/js/d3_map.js @@ -76,7 +76,6 @@ var divBio = d3.select("body").append("div").style("opacity", 1); - force.on("tick", function() { link.attr("x1", function(d) { return d.source.x; }) .attr("y1", function(d) { return d.source.y; })