From 6193b2ab763d8a74f6e0ba786330d88323ac6b85 Mon Sep 17 00:00:00 2001 From: Luc <8822552+luc-github@users.noreply.github.com> Date: Wed, 7 Feb 2024 08:54:05 +0800 Subject: [PATCH] Update comment for color thanks @rondlh --- src/components/Panels/Charts.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Panels/Charts.js b/src/components/Panels/Charts.js index 40f701097..796a6434e 100644 --- a/src/components/Panels/Charts.js +++ b/src/components/Panels/Charts.js @@ -166,18 +166,18 @@ const isChartVisible = (index) => { const chartColors = [ "255,128,128", //pink - "0,0,255", //dark blue + "0,0,255", //blue "0,128,0", //dark green "198,165,0", //gold "255,0,0", //red - "0,0,128", //blue + "0,0,128", //dark blue "128,255,128", //light green "255,128,0", //orange "178,0,255", //purple "0,128,128", //green blue - "128,128,0", //kaki + "128,128,0", //olive "128,128,128", //grey - "0,0,0", //purple + "0,0,0", //black ] const smoothieOptions = {