diff --git a/dashboard.php b/dashboard.php index 84d75feb..4fe4670f 100644 --- a/dashboard.php +++ b/dashboard.php @@ -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)",