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

ForceSimulation does not update its alpha prop based on the internal d3 simulation #202

Closed
regexident opened this issue Jun 23, 2024 · 0 comments · Fixed by #205
Closed

Comments

@regexident
Copy link
Contributor

By not updating its alpha prop there is no way to re-heat a ForceSimulation by resetting its alpha back to 1, once it's already at 1, since Svelte's reactivity will swallow the re-assignment.

Apart from this as a user one would also expect alpha to reflect the current state of the simulation's alpha value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant