diff --git a/app/dashboard/servers/[server_id]/Server.tsx b/app/dashboard/servers/[server_id]/Server.tsx index 4d0846b..292e66e 100644 --- a/app/dashboard/servers/[server_id]/Server.tsx +++ b/app/dashboard/servers/[server_id]/Server.tsx @@ -276,6 +276,9 @@ export default function ServerDetail() { return timeLabels[tooltipItems[0].dataIndex]; } } + }, + legend: { + display: false } }, scales: { @@ -320,6 +323,9 @@ export default function ServerDetail() { return timeLabels[tooltipItems[0].dataIndex]; } } + }, + legend: { + display: false } }, scales: {