@Jici I have been attempting to implement this plugin within a new app. I have been unable to get the original element not to overlap & the words are going outside the bounds of the element. When I try and use the worldcloud v2, the words do not scale in size based on their frequency within a list of words. Any help would be appreciated.
I have attached screenshots of my attempts at implementing both elements. As you can see, for the v2 wordcloud, this is the list of words it is pulling from. Macbeth is clearly seen >5 times which is the constraint I have set for when the words should scale. Yet, they do not
Thanks for the response. It seems to be working now but not sure why.
On a separate note: is there the ability to specify the number of words to display in V2?
@Atomily The plugin now automatically re-renders when an update occurs (re-size, data update etc.). This should not cause any issues for most users, but I waned to flag it as ‘breaking’ so users can double check their setup when they are upgrading
Is it possible to please add a feature to specify the number of words to display (the top X most frequently mentioned words)? It can be very overwhelming with too many words and can detract from the purpose of a word cloud which is to summarize key words in an easy to visualize way.
When I add a list of texts, the word cloud separates based on spaces and commas in stead of just separating by comma. For example “Running Shoe”, “Tennis Shoe”, “Basketball Shoe” becomes “Running”, “Tennis”, “Basketball”, “Shoe” which is not an accurate representation.
Is it possible to make the plugin separate by commas only to allow for compound words?
@Atomily With the dynamic text part, it’s not possible. But you may use the List of text and list of count with group by Bubble feature. I’ve not tested, but it should work. However, it may be a problem if you just provide a list of text and not a list from DB.
If @Thimo want, he could add this feature with a new option and make a different calculation like I did for a list of text/count VS a full text analysis. Both actually use two different scripts from this library.
Thanks a lot @Jici. I’ve tried the group by approach but it takes much longer to render on a large list especially if the user is updating the data. Also not all lists can be used with group by for example, list fields don’t work.
This would be very beneficial @Thimo to have a new option especially if the script already exists. I imagine many if not most use cases will need compound words.
Trying my second plugin of your making… I’m having a problem: I just set up my first wordcloud2 with a 660 word text and it just keeps redrawing and redrawing, a couple of times per second. Keeps doing so and gradually moving down the page, mm by mm.
Any idea what that could be? Thanks for your help!