Remove Legends

This commit is contained in:
headlessdev 2025-04-23 20:25:45 +02:00
parent 42622f69d2
commit 88c8dbb7f3

View File

@ -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: {