ran make on previous changes

master-patched
twolf 12 years ago
parent 09ed5ec092
commit 28abada1ea

@ -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
Loading…
Cancel
Save