Skip to content

Commit

Permalink
fix(JGIVEN-26): fix missing color in chart
Browse files Browse the repository at this point in the history
Signed-off-by: l-1squared <30831153+l-1squared@users.noreply.github.com>
  • Loading branch information
l-1squared committed Nov 26, 2024
1 parent 1b57e81 commit 3068a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/src/js/controller/chartCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jgivenReportApp.controller('ChartCtrl', function ($scope, $timeout) {
pointBackgroundColor: "rgba(77,83,96,1)"
}

var gray = {
var silver = {
backgroundColor: "rgba(192,192,192,0.5)",
pointBackgroundColor: "rgba(192,192,192,1)"
}
Expand Down

0 comments on commit 3068a67

Please sign in to comment.