Browse Source

fixed conflict

master
alicestrt 3 years ago
parent
commit
c8fa834c51
  1. 1
      wells/index.html
  2. 1
      wells/static/js/d3_map.js

1
wells/index.html

@ -218,6 +218,7 @@ size: {
doResize(null, starterData);
</script> -->
</div>
</body>
</html>

1
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; })

Loading…
Cancel
Save