jasondavies / d3-cloud

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

Allow CSV import #171

Open Kile-Asmussen opened 2 years ago

Kile-Asmussen commented 2 years ago

To allow for much larger datasets, it would be very nice to be able to handle the 'easy part' of counting words, and let this app handle the 'hard part' of generating the graphics.

jasondavies commented 2 years ago

It's up to the developer to handle the counting of words. This library only deals with placement.

jasondavies commented 2 years ago

Reopening as this may be a useful feature to add to my app.