Fix unwanted legend showing on user seasons page graph

This commit is contained in:
Kalle
2026-08-11 07:11:42 +03:00
parent 856db73ffb
commit a0d260959d

View File

@@ -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 }) => {