jasondavies / d3-cloud

Create word clouds in JavaScript.
https://www.jasondavies.com/wordcloud/
Other
3.82k stars 1.07k forks source link

[Request] Receive counts #96

Closed ambs closed 8 years ago

ambs commented 8 years ago

It would be cool if we could send the data already computed (word => number of times it appears). Of course we can generate the list from it, but it is an extra task that might not be necessary.

ambs commented 8 years ago

Looking to the browsify example, it is clear that that is already supported. But couldn't make it work yet.