change label in plot

This commit is contained in:
Maximilian Keßler 2024-01-09 18:42:50 +01:00
parent d05be232b9
commit c6c9ab8377
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -65,7 +65,7 @@
data: {
labels: Array.from({length: rating_progression_{{rating_type}}.length}, (_, i) => i),
datasets: [{
label: 'Rating',
label: 'Rating progression over #games',
data: rating_progression_{{rating_type}}
}]
}