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
doDrawLoop currently decides how often to redraw planets (based on d3.timer). As per part of #12, it would be nice to allow end-users to customize the draw ticks. We should extract the main draw body:
doDrawLoop
currently decides how often to redraw planets (based ond3.timer
). As per part of #12, it would be nice to allow end-users to customize the draw ticks. We should extract the main draw body:and allow end-users to call it whenever they want.
The text was updated successfully, but these errors were encountered: