mirror of
https://github.com/itflow-org/itflow
synced 2026-03-23 22:15:39 +00:00
no fill
This commit is contained in:
@@ -437,6 +437,7 @@ var myLineChart = new Chart(ctx, {
|
|||||||
label: "Income",
|
label: "Income",
|
||||||
lineTension: 0.3,
|
lineTension: 0.3,
|
||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
|
fill: false,
|
||||||
borderColor: "rgba(2,117,216,1)",
|
borderColor: "rgba(2,117,216,1)",
|
||||||
pointRadius: 5,
|
pointRadius: 5,
|
||||||
pointBackgroundColor: "rgba(2,117,216,1)",
|
pointBackgroundColor: "rgba(2,117,216,1)",
|
||||||
@@ -477,6 +478,7 @@ var myLineChart = new Chart(ctx, {
|
|||||||
label: "Expense",
|
label: "Expense",
|
||||||
lineTension: 0.3,
|
lineTension: 0.3,
|
||||||
backgroundColor: "white",
|
backgroundColor: "white",
|
||||||
|
fill: false,
|
||||||
borderColor: "rgba(2,2,216,1)",
|
borderColor: "rgba(2,2,216,1)",
|
||||||
pointRadius: 5,
|
pointRadius: 5,
|
||||||
pointBackgroundColor: "rgba(2,117,216,1)",
|
pointBackgroundColor: "rgba(2,117,216,1)",
|
||||||
|
|||||||
Reference in New Issue
Block a user