From fd0dbc83911761e83a5bf57440831ce607055ca1 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 18 Dec 2020 18:51:49 -0500 Subject: [PATCH] Remove Background color for graph --- dashboard.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard.php b/dashboard.php index a44ed6bc..78c52a33 100644 --- a/dashboard.php +++ b/dashboard.php @@ -436,7 +436,7 @@ var myLineChart = new Chart(ctx, { datasets: [{ label: "Income", lineTension: 0.3, - backgroundColor: "rgba(2,117,216,0.2)", + 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: "rgba(2,2,216,0.2)", + borderColor: "rgba(2,2,216,1)", pointRadius: 5, pointBackgroundColor: "rgba(2,117,216,1)",