jQCloud icon indicating copy to clipboard operation
jQCloud copied to clipboard

jQuery plugin for drawing neat word clouds that actually look like clouds

Results 12 jQCloud issues
Sort by recently updated
recently updated
newest added

On using JQcloud in a bootstrap modal. If I use autoresize event in JQCloud, everything works fine if bootstrap modal is opened and zoom operation is performed but when the...

All my code does not use jQuery and just for a small feature like jQCloud I have to use jQuery. I was thinking, what would take to make it work...

When I tried to show the wordcloud in a specific sized sub-frame, the position of every word seem to be set as the center of my new canvas.

Say a link like "挑战程序设计竞赛.html": ```javascript words = [{ text: "挑战程序设计竞赛", link: "挑战程序设计竞赛.html", ... }, ...] $('#test').jQCloud(words, ...) ``` Then the link is incorrectly rendered as `%E6%8C%91%E6%88%98%E7%A8%8B%E5%BA%8F%E8%AE%BE%E8%AE%A1%E7%AB%9E%E8%B5%9B.html` in the generated...

The spacing between each words tends to be quite large, compared to traditional word cloud tools. How can I reduce it?

Hello there, great library, thank you! : ) Is there an easy way to control the fraction of words displayed in a container, possibly minimizing the words overflow?

Recreate Steps: 1- Create a word cloud where the elements have a url link. 2- Have the URL link includes URL encoded characters. Example: {foobar} 3- Resize the browser window....

bug

see attached image ![jscloud_github_issue](https://cloud.githubusercontent.com/assets/13823859/9295676/61d7c348-4476-11e5-9c8f-d471d59a9c1f.png)

bug

I have lots of cloud words and i want container to have scroll.. is it possible ?

wontfix