feat: improve word cloud styling
This commit is contained in:
@@ -72,7 +72,15 @@ const StatPage = () => {
|
|||||||
</ResponsiveContainer>
|
</ResponsiveContainer>
|
||||||
|
|
||||||
<h2>Word Cloud</h2>
|
<h2>Word Cloud</h2>
|
||||||
<ReactWordcloud words={wordFrequencyData}/>
|
<ReactWordcloud
|
||||||
|
words={wordFrequencyData}
|
||||||
|
options={{
|
||||||
|
rotations: 2,
|
||||||
|
rotationAngles: [0, 90],
|
||||||
|
fontSizes: [14, 60],
|
||||||
|
enableTooltip: true,
|
||||||
|
}}
|
||||||
|
/>
|
||||||
|
|
||||||
<h2>Heatmap</h2>
|
<h2>Heatmap</h2>
|
||||||
<ActivityHeatmap data={heatmapData} />
|
<ActivityHeatmap data={heatmapData} />
|
||||||
|
|||||||
Reference in New Issue
Block a user