Skip to content

Commit

Permalink
Update comment for color thanks @rondlh
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-github committed Feb 7, 2024
1 parent 9c18702 commit 6193b2a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Panels/Charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

1 comment on commit 6193b2a

@luc-github
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@all-contributors please add @rondlh for code review

Please sign in to comment.