Skip to content

Commit

Permalink
Consider the "workaround" correct in the zoom example
Browse files Browse the repository at this point in the history
d3/d3-zoom#110 wasn't a bug, but the
intended behavior
  • Loading branch information
Magnus Jacobsson committed Nov 14, 2017
1 parent d70c709 commit 28564c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/zoom.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
function render() {
var dotLines = dots[dotIndex];
var dot = dotLines.join('');
// FIXME: workaround for https://github.com/d3/d3-zoom/issues/110
var transition1 = d3.transition('graphviz')
// var transition1 = d3.transition()
.delay(2000)
.duration(2000);
graphviz
Expand Down

0 comments on commit 28564c9

Please sign in to comment.