mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
no fill
This commit is contained in:
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user