ran make on previous changes
This commit is contained in:
parent
09ed5ec092
commit
28abada1ea
6
nv.d3.js
6
nv.d3.js
@ -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
4
nv.d3.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user