mistic100 / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
mistic100.github.io/jQCloud
MIT License
268 stars 106 forks source link

Why it doesn't show all words I specified? #14

Closed ermolaevalexey closed 8 years ago

ermolaevalexey commented 8 years ago

I have an array of 26 words, but on the screen appears only 8 of them. Is there a property which can manage qauntity of showing words?

mistic100 commented 8 years ago

It only display words that can fit in the container. You can either enlarge the container or use a smaller font.

mistic100 commented 8 years ago

Or set removeOverflowing to false http://mistic100.github.io/jQCloud/#cloud-options

ermolaevalexey commented 8 years ago

Thank you) setting container height helped