From c6c9ab83777b228d99892cb37f8c3a571f0d4d98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Tue, 9 Jan 2024 18:42:50 +0100 Subject: [PATCH] change label in plot --- templates/player.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/player.html b/templates/player.html index 1af19ed..8553b7c 100644 --- a/templates/player.html +++ b/templates/player.html @@ -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}} }] }