diff --git a/lib/forcegraph.js b/lib/forcegraph.js index c02ca0f..2b266c5 100644 --- a/lib/forcegraph.js +++ b/lib/forcegraph.js @@ -383,7 +383,7 @@ define(["d3"], function (d3) { } function tickEvent() { - requestAnimationFrame(redraw) + redraw() } function resizeCanvas() {