jasondavies / d3-cloud

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

Issues using RequireJS to load D3 and Word Cloud Layout #121

Closed UncleZen closed 7 years ago

UncleZen commented 7 years ago

Hi @jasondavies

I am trying to run some of the examples you have provided. However, instead of downloading the D3.js and d3.layout.cloud.js scripts directly in the page, I am trying to load them via RequireJS.

I have also posted a question on SO, so please check this question for further details: http://stackoverflow.com/questions/43769099/using-requirejs-to-load-d3-and-word-cloud-layout.

Any help would be greatly appreciated.

Thanks!

Zen

jasondavies commented 7 years ago

Answered on SO.

UncleZen commented 7 years ago

Thanks Jason!