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
When rendering a word cloud with a large number of data points, words often overflow outside the canvas boundary. This issue occurs even when using the aspect ratio or responsive options provided by Chart.js. There is no way to ensure that the entire word cloud fits within the canvas bounds.
To Reproduce
Use a large dataset to generate a word cloud.
Observe that words are placed outside the canvas area.
Expected behavior
All words in the word cloud should remain within the render canvas.
Screenshots
I have attached a screenshot from your official website example to illustrate the issue.
When rendering a word cloud with a large number of data points, words often overflow outside the canvas boundary. This issue occurs even when using the aspect ratio or responsive options provided by Chart.js. There is no way to ensure that the entire word cloud fits within the canvas bounds.
To Reproduce
Expected behavior
All words in the word cloud should remain within the render canvas.
Screenshots
I have attached a screenshot from your official website example to illustrate the issue.
Context
Suggested Solution
The text was updated successfully, but these errors were encountered: