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

Demo site not working with external URL #42

Closed
wavesailor opened this issue Jul 14, 2014 · 2 comments
Closed

Demo site not working with external URL #42

wavesailor opened this issue Jul 14, 2014 · 2 comments

Comments

@wavesailor
Copy link

Hi Jason,

The demo site with an external URL does not work. It indicates "Fetching" but never completes.
The demo site rotates the letters from -60 to +60 degress but not in your example. How or where do I implement that?
Thanks,
Grant

@jasondavies
Copy link
Owner

Looks like an issue with the external URL fetcher, fixed now.

The demo site uses a rotation of:

.rotate(function(d) { return ~~(Math.random() * 5) * 30 - 60; })

@wavesailor
Copy link
Author

Fixed and thanks for roation code.

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

No branches or pull requests

2 participants