Skip to content

Commit f222587

Browse files
committed
Update workout bar chart
1 parent 62c7277 commit f222587

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Web UI/src/components/WorkoutBarChart.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ const data = {
6969
datasets: [
7070
{
7171
data: weekLabels.map(() => Math.floor(Math.random() * 6)),
72-
backgroundColor: '#606FF6'
72+
backgroundColor: '#606FF6',
73+
borderRadius: 5,
7374
},
7475
],
7576
};

0 commit comments

Comments
 (0)