From b76b6014c57e992e399a5acfd7f7a3ec1f1923f7 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 18 Dec 2020 18:57:36 -0500 Subject: [PATCH] no fill --- dashboard.php | 2 ++ 1 file changed, 2 insertions(+) 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)",