Skip to content

Commit

Permalink
ran make on previous changes
Browse files Browse the repository at this point in the history
  • Loading branch information
twolfnovus committed Dec 4, 2012
1 parent 09ed5ec commit 28abada
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nv.d3.js
Original file line number Diff line number Diff line change
Expand Up @@ -8408,9 +8408,9 @@ nv.models.scatter = function() {


// Delay updating the invisible interactive layer for smoother animation
//clearTimeout(timeoutID); // stop repeat calls to updateInteractiveLayer
//timeoutID = setTimeout(updateInteractiveLayer, 1000);
updateInteractiveLayer();
clearTimeout(timeoutID); // stop repeat calls to updateInteractiveLayer
timeoutID = setTimeout(updateInteractiveLayer, 300);
//updateInteractiveLayer();

//store old scales for use in transitions on update
x0 = x.copy();
Expand Down
Loading

0 comments on commit 28abada

Please sign in to comment.