Replies: 1 comment
-
It looks like it might be a documentation issue. Calling tick rather than onTick works for ForceAtlas2 so perhaps that is the reason why the graph doesn't animate...the controller is expecting onTick rather than tick? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It's not clear to me why the force layouts animate but others do not? It seems like this could be related to onTick() not being called here: https://github.com/antvis/layout/blob/master/src/layout/forceAtlas2/index.ts as using onTick for forceAtlas2 seems to have no effect.
Beta Was this translation helpful? Give feedback.
All reactions