change label in plot
This commit is contained in:
parent
d05be232b9
commit
c6c9ab8377
1 changed files with 1 additions and 1 deletions
|
@ -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}}
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue