mirror of https://github.com/itflow-org/itflow
set background white
This commit is contained in:
parent
fd0dbc8391
commit
22aa3e4994
|
|
@ -436,7 +436,7 @@ var myLineChart = new Chart(ctx, {
|
|||
datasets: [{
|
||||
label: "Income",
|
||||
lineTension: 0.3,
|
||||
|
||||
backgroundColor: "white",
|
||||
borderColor: "rgba(2,117,216,1)",
|
||||
pointRadius: 5,
|
||||
pointBackgroundColor: "rgba(2,117,216,1)",
|
||||
|
|
@ -476,7 +476,7 @@ var myLineChart = new Chart(ctx, {
|
|||
}, {
|
||||
label: "Expense",
|
||||
lineTension: 0.3,
|
||||
|
||||
backgroundColor: "white",
|
||||
borderColor: "rgba(2,2,216,1)",
|
||||
pointRadius: 5,
|
||||
pointBackgroundColor: "rgba(2,117,216,1)",
|
||||
|
|
|
|||
Loading…
Reference in New Issue