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

Word Cloud #60

Open
wants to merge 45 commits into
base: master
Choose a base branch
from
Open

Word Cloud #60

wants to merge 45 commits into from

Conversation

AndyBaird
Copy link

No description provided.

saravanan4514 and others added 30 commits July 3, 2013 16:19
Finding offsetLeft, offsetRight, offsetWidth, offsetHeight takes more
time, so passing them as parameter and saving them as object has
increased performance from 320ms to 50ms.
Destroy method keeps tracks of all unfired timeouts and clears them. It
also clears any words in the word cloud and their attached event
listeners. Finally it removes the jqcloud class.
Conflicts:
	README.md
	jqcloud/jqcloud-1.0.4.js
	jqcloud/jqcloud-1.0.4.min.js
	src/jqcloud/jqcloud.js.erb
Conflicts:
	jqcloud/jqcloud-1.0.4.js
	src/jqcloud/jqcloud.js.erb
(empty commit intended to update github network graph)
mistic100 and others added 9 commits April 29, 2015 23:24
Add new options.template function to allow customization for each word.
…14650df595a589ccd29654b3d283e0a919b5cb8' Now implementing in correct src/jqcloud.js version.
Implemented template changes in dist/version by mistake for commit 'a146...
Use the outerWidth and outerHeight of the word span to avoid overlaps.
Improvement: method 'resize' is now  available publicly
Matt Kruse and others added 6 commits June 7, 2016 15:53
Example:

var words_with_color = [
  {text: 'Abc', weight: 0, color: '#000'},
  {text: 'Def', weight: 1, color: '#ccc'},
  {text: 'Ghi', weight: 2, color: '#eee'}
];
Allow color attribute to be passed with word list.
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

Successfully merging this pull request may close these issues.

8 participants