From 108309dd8a6eaa3bd5cf41abe63fdfba698ffc2b Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 22 Apr 2022 15:15:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=80=E5=A4=84=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/utils.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/public/js/utils.js b/web/public/js/utils.js index d8110969..23dbb44d 100644 --- a/web/public/js/utils.js +++ b/web/public/js/utils.js @@ -911,7 +911,7 @@ window.teaweb = { chartColor: function (color) { // old blue: #5470c6 if (color == null || color.length == 0) { - color = "#9DD3E8" + color = "#5470c6" } if (color == "red") { @@ -921,7 +921,7 @@ window.teaweb = { color = "#fac858" } if (color == "blue") { - color = "#9DD3E8" + color = "#5470c6" } if (color == "green") { color = "#3ba272"