Disable legend view in charts

This commit is contained in:
headlessdev 2025-04-23 19:24:09 +02:00
parent 443581d676
commit a214d41f0c

View File

@ -220,6 +220,9 @@ export default function ServerDetail() {
return timeLabels[tooltipItems[0].dataIndex];
}
}
},
legend: {
display: false
}
},
scales: {