Has anyone ever inserted a wordcloud function on a page in AppGyver?
Or does anyone have suggestions for it?
Is it even possible?
It’s for an MVP so preferably I’d like to find a free tool to connect with.
Has anyone ever inserted a wordcloud function on a page in AppGyver?
Or does anyone have suggestions for it?
Is it even possible?
It’s for an MVP so preferably I’d like to find a free tool to connect with.
Hmm, I haven’t heard of this type of component made, but I don’t think it would be very complicated You would simply use the count of the word in a formula to determine the font size of the text, I think.
Steps would be approximately as follows:
{word: “cloud”, count: 123}
or make one via formula, I think GROUP will work bestcurrent.count
, e.g. current.count+12
I’ll see if I can whip something like this up quickly, since it seems quite simple