From d9b18d3253fab37758485ba12b50abfb2ba11c30 Mon Sep 17 00:00:00 2001 From: tiger2005 <41613797+tiger2005@users.noreply.github.com> Date: Thu, 2 Dec 2021 17:00:34 +0800 Subject: [PATCH] Bug Fix #2 --- js/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/profile.js b/js/profile.js index 84267cb..d9790ef 100644 --- a/js/profile.js +++ b/js/profile.js @@ -604,7 +604,7 @@ function profileDrawGraph(data){ json.chart = chart; if(!DarkMode) json.colors = ['#2b908f', '#90ee7e', '#f45b5b', '#7798BF', '#aaeeee', '#ff0066', - '#eeaaee', '#55BF3B', '#DF5353', '#7798BF', '#aaeeee'], + '#eeaaee', '#55BF3B', '#DF5353', '#7798BF', '#aaeeee']; json.title = title; json.tooltip = tooltip; json.xAxis = xAxis;