Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stopping and starting the force layout causes duplicate timers. #2468

Closed
mbostock opened this issue Jun 11, 2015 · 1 comment
Closed

Stopping and starting the force layout causes duplicate timers. #2468

mbostock opened this issue Jun 11, 2015 · 1 comment
Labels
bug Something isn’t working
Milestone

Comments

@mbostock
Copy link
Member

Mentioned in #1790:

Currently, if you .stop() a force layout and restart it before force.tick() is called, you end up with two timers, both hitting the same call-back and the animation runs at double speed.

@mbostock mbostock added the bug Something isn’t working label Jun 11, 2015
@mbostock mbostock added this to the 3.5.x milestone Jun 11, 2015
@mbostock mbostock modified the milestones: 3.5.7, 3.5.x Oct 22, 2015
@mbostock
Copy link
Member Author

Fixed in #2591 for 3.5.7.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn’t working
Development

No branches or pull requests

1 participant