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