Word Cloud API not returning all words

I have an issue with the Word Cloud API not returning an image that includes all words.

Example:

https://quickchart.io/wordcloud?colors=%5B%22%230d5edf%22%2C%22%23250ddf%22%2C%22%231abc9c%22%5D&useWordList=true&rotation=20&text=sincere%2C%20incompetent%2C%20inflexible%2C%20professional%2C%20happy%2C%20efficient&width=300&height=200&fontScale=40&scale=linear

The above includes the words: sincere, incompetent, inflexible, professional, happy, efficient
However the resultant chart is missing professional, happy & efficient

https://quickchart.io/wordcloud?colors=["%230d5edf"%2C"%23250ddf"%2C"%231abc9c"]&useWordList=true&rotation=20&text=sincere%2C%20incompetent%2C%20inflexible%2C%20professional%2C%20happy%2C%20efficient&width=300&height=200&fontScale=40&scale=linear

Am I missing an option?

Hi @Darren,

Unfortunately words are omitted when they can’t fit within the dimensions of the image & the specified font scale. If you make your image a bit larger, for example, the words will appear:

https://quickchart.io/wordcloud?colors=["%230d5edf"%2C"%23250ddf"%2C"%231abc9c"]&useWordList=true&rotation=20&text=sincere%2C%20incompetent%2C%20inflexible%2C%20professional%2C%20happy%2C%20efficient&width=600&height=400&fontScale=40&scale=linear

1 Like

arr, so simple.

thanks @ian :slight_smile: