changed expense color to red

This commit is contained in:
Johnny 2020-12-18 15:22:49 -05:00
parent 5b4ff6d01b
commit 5ca3d842ca
1 changed files with 5 additions and 5 deletions

View File

@ -495,13 +495,13 @@ var myLineChart = new Chart(ctx, {
}, {
label: "Expense",
lineTension: 0.3,
backgroundColor: "rgba(2,2,216,0.2)",
borderColor: "rgba(2,2,216,1)",
backgroundColor: "red",
borderColor: "darkred",
pointRadius: 5,
pointBackgroundColor: "rgba(2,117,216,1)",
pointBorderColor: "rgba(255,255,255,0.8)",
pointBackgroundColor: "red",
pointBorderColor: "red",
pointHoverRadius: 5,
pointHoverBackgroundColor: "rgba(2,117,216,1)",
pointHoverBackgroundColor: "darkred",
pointHitRadius: 50,
pointBorderWidth: 2,
data: [