Update line Color

This commit is contained in:
Johnny 2020-12-18 19:04:50 -05:00
parent b76b6014c5
commit 153bf6d96b
1 changed files with 2 additions and 4 deletions

View File

@ -436,7 +436,6 @@ var myLineChart = new Chart(ctx, {
datasets: [{
label: "Income",
lineTension: 0.3,
backgroundColor: "white",
fill: false,
borderColor: "rgba(2,117,216,1)",
pointRadius: 5,
@ -477,12 +476,11 @@ var myLineChart = new Chart(ctx, {
}, {
label: "Expense",
lineTension: 0.3,
backgroundColor: "white",
fill: false,
borderColor: "rgba(2,2,216,1)",
borderColor: "#dc3545",
pointRadius: 5,
pointBackgroundColor: "rgba(2,117,216,1)",
pointBorderColor: "rgba(255,255,255,0.8)",
pointBorderColor: "#dc3545",
pointHoverRadius: 5,
pointHoverBackgroundColor: "rgba(2,117,216,1)",
pointHitRadius: 50,