From a0d260959dacd1a252efcb63e3d7b3afa13adbcd Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Tue, 11 Aug 2026 07:11:42 +0300 Subject: [PATCH] Fix unwanted legend showing on user seasons page graph --- app/components/Chart.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/components/Chart.tsx b/app/components/Chart.tsx index ef10ecc99..f192b26b0 100644 --- a/app/components/Chart.tsx +++ b/app/components/Chart.tsx @@ -248,6 +248,8 @@ export default function Chart({ }, }, plugins: { + // Legend is registered globally by ObjectiveTimeline, opt out explicitly + legend: { display: false }, tooltip: { enabled: false, external: ({ chart, tooltip }) => {