This commit is contained in:
Johnny 2020-12-18 18:57:36 -05:00
parent 22aa3e4994
commit b76b6014c5
1 changed files with 2 additions and 0 deletions

View File

@ -437,6 +437,7 @@ var myLineChart = new Chart(ctx, {
label: "Income",
lineTension: 0.3,
backgroundColor: "white",
fill: false,
borderColor: "rgba(2,117,216,1)",
pointRadius: 5,
pointBackgroundColor: "rgba(2,117,216,1)",
@ -477,6 +478,7 @@ var myLineChart = new Chart(ctx, {
label: "Expense",
lineTension: 0.3,
backgroundColor: "white",
fill: false,
borderColor: "rgba(2,2,216,1)",
pointRadius: 5,
pointBackgroundColor: "rgba(2,117,216,1)",