prashant1rana / jQWCloud

jQWCloud: An JQuery plugin to generate Word Cloud
http://prashant1rana.github.io/jQWCloud/
Apache License 2.0
2 stars 4 forks source link

add padding round words? #6

Open Offbeatmammal opened 5 months ago

Offbeatmammal commented 5 months ago

is it possible to add a standard padding around words, eg 2px to help readability? I'd tried using the word_common_classes but looks like they get applied after the layout has been calculated.

guessing the solution would be to extend the existing padding_left param and calcs to include right, top, and bottom

Offbeatmammal commented 5 months ago

made changes, and created pull request https://github.com/prashant1rana/jQWCloud/pull/7