From d7efc2aef9b51c6f18f51f41e30f8dba4b573e93 Mon Sep 17 00:00:00 2001 From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com> Date: Wed, 17 Sep 2025 06:47:01 -0500 Subject: Minor Fixes (#3483) * Minor Fixes * Minor Fixes 2 --------- Co-authored-by: Sanaei --- web/html/index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'web/html/index.html') diff --git a/web/html/index.html b/web/html/index.html index 4ddf26b5..fca0eb87 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -39,7 +39,7 @@ - + @@ -343,7 +343,7 @@ - 10 20 @@ -351,7 +351,7 @@ 100 500 - Debug Info @@ -381,7 +381,7 @@ - 10 20 @@ -429,7 +429,7 @@ @cancel="() => cpuHistoryModal.visible = false" :class="themeSwitcher.currentTheme" width="900px" footer=""> -
+
@@ -464,7 +464,7 @@ strokeWidth: { type: Number, default: 2 }, maxPoints: { type: Number, default: 120 }, showGrid: { type: Boolean, default: true }, - gridColor: { type: String, default: 'rgba(255,255,255,0.08)' }, + gridColor: { type: String, default: 'rgba(0,0,0,0.1)' }, fillOpacity: { type: Number, default: 0.15 }, showMarker: { type: Boolean, default: true }, markerRadius: { type: Number, default: 2.8 }, @@ -604,7 +604,7 @@ }, }, template: ` - @@ -613,16 +613,16 @@ - + - + - + @@ -630,9 +630,9 @@ - + - + `, -- cgit v1.2.3