Moved line around

This commit is contained in:
Shahan Nedadahandeh 2022-07-20 21:34:56 -07:00
parent 4fb454427c
commit 2e9013d70b
Signed by: snedadah
GPG Key ID: 8638C7F917385B01
1 changed files with 1 additions and 1 deletions

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,