Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed Mar 19, 2023
1 parent 53fdff2 commit 0416ce1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion d3graph/d3js/d3graphscript.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ function d3graphscript(config = {
var svg = d3.select("body").append("svg")
.attr("width", width)
.attr("height", height)
// DRAGGING
.call(d3.behavior.zoom().on("zoom", function () {
svg.attr("transform", "translate(" + d3.event.translate + ")" + " scale(" + d3.event.scale + ")")
}))
Expand Down

0 comments on commit 0416ce1

Please sign in to comment.