You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Can you help or explain why the render speed depends on the container's size?
With container size 200px 200px the rending takes 4x time more than 400px 600px:
Since the placement algorithm works randomly it takes more tries to fit words of the same size into a smaller container since there will be more word overlaps
Hi,
Can you help or explain why the render speed depends on the container's size?
With container size 200px 200px the rending takes 4x time more than 400px 600px:
Example
https://codesandbox.io/s/react-wordcloud-basic-forked-ie3lg?file=/src/index.js
thanks in advance
The text was updated successfully, but these errors were encountered: