From 511b894c7842baf012d397be7bfae1d5bd2b9fad Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sun, 31 Mar 2024 13:04:35 +1300 Subject: [PATCH] Revert "update chart background colour" This reverts commit ffd2df2c08d006f6f1c1571311ff1ee3ab3a0737. --- src/public/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/public/index.html b/src/public/index.html index 073b93f..bf72746 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -1299,7 +1299,7 @@ return deviceMetric.battery_level; }), borderColor: '#22c55e', - backgroundColor: '#22c55e20', + backgroundColor: '#e5e7eb', fill: true, }] }, @@ -1362,7 +1362,7 @@ return deviceMetric.voltage; }), borderColor: '#22c55e', - backgroundColor: '#22c55e20', + backgroundColor: '#e5e7eb', fill: true, }] }, @@ -1425,7 +1425,7 @@ return deviceMetric.channel_utilization; }), borderColor: '#22c55e', - backgroundColor: '#22c55e20', + backgroundColor: '#e5e7eb', fill: true, }] }, @@ -1488,7 +1488,7 @@ return deviceMetric.air_util_tx; }), borderColor: '#22c55e', - backgroundColor: '#22c55e20', + backgroundColor: '#e5e7eb', fill: true, }] },