diff --git a/dashboard/src/components/SystemMetrics.vue b/dashboard/src/components/SystemMetrics.vue
index a95afd6a8..50c96b17e 100644
--- a/dashboard/src/components/SystemMetrics.vue
+++ b/dashboard/src/components/SystemMetrics.vue
@@ -93,6 +93,7 @@ async function refresh() {
};
const cpuGraphOptions = {
+ maintainAspectRatio: false,
plugins: {
legend: false
},
@@ -170,12 +171,9 @@ async function refresh() {
};
const memoryGraphOptions = {
+ maintainAspectRatio: false,
plugins: {
- legend: {
- display: true,
- position: 'bottom',
- align: 'center'
- }
+ legend: false,
},
scales: {
x: {
@@ -248,16 +246,17 @@ onUnmounted(async () => {