You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
start() invokes adaptor.resume() which invokes adaptor.alpha which, when called the first time, calls kick to set up a d3 timer to repeatedly invoke adaptor.tick().
adaptor.tick() then applies an iteration of layout and notifies anybody listening for tick events. This gives those listeners a chance to update their visuals to reflect the updated layout.