Skip to content

Commit 3fd3a66

Browse files
committed
Remove legend
1 parent 336d045 commit 3fd3a66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/widgets/GameLengthChart.tsx

+3
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ export function GameLengthChart(props: GameLengthChartProps) {
6767
title: {
6868
display: false,
6969
},
70+
legend: {
71+
display: false,
72+
},
7073
},
7174
scales: {
7275
x: {

0 commit comments

Comments
 (0)