Skip to content

Commit

Permalink
Changed colors
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Anderson committed Feb 16, 2024
1 parent fd174c8 commit 087922c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const data = {
data: [
], // y values
fill: false,
borderColor: 'rgb(75, 192, 192)',
borderColor: 'rgba(75, 192, 192, 0.6)',
tension: 0.3
},
{
Expand All @@ -49,7 +49,7 @@ const data1 = {
data: [
], // y values
fill: false,
borderColor: 'rgb(75, 192, 192)',
borderColor: 'rgba(75, 192, 192, 0.6)',
tension: 0.3
},
{
Expand Down Expand Up @@ -81,7 +81,7 @@ const data2 = {
data: [
], // y values
fill: false,
borderColor: 'rgb(75, 192, 192)',
borderColor: 'rgba(75, 192, 192, 0.6)',
tension: 0.3
}]
};
Expand Down

0 comments on commit 087922c

Please sign in to comment.