ran make on previous changes

This commit is contained in:
twolf 2012-12-04 11:30:43 -05:00
parent 09ed5ec092
commit 28abada1ea
2 changed files with 5 additions and 5 deletions

View File

@ -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();

4
nv.d3.min.js vendored

File diff suppressed because one or more lines are too long