jbkunst / d3wordcloud

:cloud: htmlwidgets for D3js Word Cloud Layout
http://rpubs.com/jbkunst/133106
66 stars 15 forks source link

added "label" parameter that for tooltips #13

Closed mrjoh3 closed 8 years ago

mrjoh3 commented 8 years ago

the "label" parameter can be used to pass alternate text to a "tooltip". A use case would be where the words are categories that have a description and the description is added to the tooltip.

mrjoh3 commented 8 years ago

I'm not sure why the travis build failed. The details mentioned that documentation was missing, but i had added the new parameter to the function header docs.??

jbkunst commented 8 years ago

Hi @mrjoh3 :D.

Nice! Thanks!

I'll accept these PRs and check what is failing ;). Have you a name to put as contributor ;)?

Cheers,

mrjoh3 commented 8 years ago

Hi Joshua,

that's great, let me know what the issue is. I have been using the package with the modifications and it seems fine. Thanks for the great package.

cheers

Matt Johnson