Skip to content

Instantly share code, notes, and snippets.

@GerHobbelt
Created September 7, 2012 20:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save GerHobbelt/3669333 to your computer and use it in GitHub Desktop.
Save GerHobbelt/3669333 to your computer and use it in GitHub Desktop.
d3.js: constraining drag do circular path : response to http://jsfiddle.net/EBMSr/17/
# Editor backup files
*.bak
*~

Constraining drag/mousemove to circular path …… ? 8

Answering the question if D3 can move circles around a circular path, which included the starting point / example (http://jsfiddle.net/EBMSr/17/)

Stated a different way, this asks whether D3 can constrain a drag/move to a circular path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment