Add Wordcloud Component #26

Closed
snedadah wants to merge 17 commits from shahanneda/add-wordcloud into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 2e9013d70b - Show all commits

View File

@ -30,9 +30,9 @@ const TOOLTIP_HORIZONTAL_SHIFT_SCALER = 12.0;
export const WordCloud = withTooltip(
({
data,
width = 1000,
height = 500,
data,
wordPadding = 30,
fontWeight = 500,
minFontSize = 20,