fixed conflict
This commit is contained in:
commit
c8fa834c51
@ -218,6 +218,7 @@ size: {
|
||||
doResize(null, starterData);
|
||||
</script> -->
|
||||
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
1
wells/static/js/d3_map.js
vendored
1
wells/static/js/d3_map.js
vendored
@ -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…
Reference in New Issue
Block a user