From 6b77327af8d0354d78f1ddbc4f399a279eda7cb8 Mon Sep 17 00:00:00 2001 From: DarkMax31 Date: Wed, 27 Aug 2025 16:04:42 +0200 Subject: [PATCH] hiding leg + other things --- views/index.ejs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/index.ejs b/views/index.ejs index ec5aab8..14b1815 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -35,6 +35,9 @@ const radarChart = new Chart(ctx, { }, options: { plugins: { + legend: { + display: false + }, tooltip: { callbacks: { label: function(context) {