-
Notifications
You must be signed in to change notification settings - Fork 9
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
Client-side word cloud? #14
Comments
I recall testing with every js implementation I could find back in the day. Would have been my preference. The biggest tricks were ensuring the algorithm would reliably display ALL words and zoom appropriately to fit them all. Couple of good tests if you wanted to try a client:
As I stepped through a few different options I'd run into road blocks due to the library flexibility. In the end I built the generator by hand using r so I'd have complete control. Are you seeing issues with the current generator? |
Interested to hear what you think. Had a look at wordcloud2.js and don't see any obvious reasons why it wouldn't work just playing with the demo. |
The principle problem I had was spinning up a new instance to experiment on: without the API key, the word cloud wouldn't turn up. In the near future I want to install the app inside our corporate environment and even with the API key, it doesn't make much sense to be still calling out to an external service for the word cloud. Robert Loomans
|
Yeah understand. I suggest that the js client should do it with a little Cheers, Andrew
|
@zpurcey are there any reasons not to replace the word cloud with a client-side library like https://github.com/timdream/wordcloud2.js?
The text was updated successfully, but these errors were encountered: