jasondavies / d3-cloud

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

Not working anymore with recent versions of d3! #176

Closed sixtyfive closed 2 years ago

sixtyfive commented 2 years ago

Just a friendly warning to everybody who stumbles across this project trying to get it to work. I think (but didn't try) you'd have to revert back to d3 v3 (it's now at v7) in order for d3-cloud to be able to work.

jasondavies commented 2 years ago

This is simply not true: this library doesn't really use D3 internally except for the utility module d3-dispatch.