Skip to content

Commit

Permalink
Update chart.js
Browse files Browse the repository at this point in the history
  • Loading branch information
RirinnurFatimah authored Jun 11, 2024
1 parent 68a1dac commit c4bf74b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions js/chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ fetch('superstore.json')
fill: false
}, {
label: "sales",
borderColor: "#254336",
borderColor: "#B5C18E",
data: salesData,
fill: false
}]
Expand Down Expand Up @@ -412,8 +412,8 @@ fetch('superstore.json')
var data = {
datasets: [{
label: "Technology",
borderColor: "#43766C",
backgroundColor: "#43766C",
borderColor: "#81A263",
backgroundColor: "#81A263",
data: technologyPoints,
}, {
label: "Furniture",
Expand Down

0 comments on commit c4bf74b

Please sign in to comment.