From 153bf6d96b9bd70997f7a1fe96cfe6aec849d191 Mon Sep 17 00:00:00 2001 From: Johnny Date: Fri, 18 Dec 2020 19:04:50 -0500 Subject: [PATCH] Update line Color --- dashboard.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dashboard.php b/dashboard.php index 4fe4670f..3bfcba50 100644 --- a/dashboard.php +++ b/dashboard.php @@ -436,7 +436,6 @@ var myLineChart = new Chart(ctx, { datasets: [{ label: "Income", lineTension: 0.3, - backgroundColor: "white", fill: false, borderColor: "rgba(2,117,216,1)", pointRadius: 5, @@ -477,12 +476,11 @@ var myLineChart = new Chart(ctx, { }, { label: "Expense", lineTension: 0.3, - backgroundColor: "white", fill: false, - borderColor: "rgba(2,2,216,1)", + borderColor: "#dc3545", pointRadius: 5, pointBackgroundColor: "rgba(2,117,216,1)", - pointBorderColor: "rgba(255,255,255,0.8)", + pointBorderColor: "#dc3545", pointHoverRadius: 5, pointHoverBackgroundColor: "rgba(2,117,216,1)", pointHitRadius: 50,