Add Wordcloud Component #27

Merged
snedadah merged 29 commits from shahanneda/add-wordcloud-2 into main 2022-08-04 02:17:21 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ad12be3a7a - Show all commits

View File

@ -75,9 +75,9 @@ export const WordCloud = withTooltip(
key={Math.random()}
top={tooltipTop}
left={tooltipLeft}
className={styles.tooltip}
unstyled
applyPositionStyle
id={styles.tooltip}
>
{tooltipData.text} ({tooltipData.value})
</TooltipWithBounds>