jasondavies / d3-cloud

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

Delay in loading react-wordcloud with fontSizes in options prop #167

Closed vedant-g closed 4 years ago

vedant-g commented 4 years ago

I am using react-wordcloud in my dashboard. When I load the cloud without specifying the fontSizes attribute in options prop, it used the default font-sizes, because of which the texts appear very small sometimes. To solve it. I provide the fontSizes eg. [20, 60], which solves my problem. However there's a delay in loading the wordcloud, sometimes around 5 seconds (which doesn't occur with the default fontSizes). How can I load the cloud faster ?

vedant-g commented 4 years ago

Raised issue in the wrong page. Closing it

vedant-g commented 4 years ago

Raised issue in the wrong page