From a9e3d0fa7e371c36ebf0c0ff7325315532296ac6 Mon Sep 17 00:00:00 2001 From: "johnny@pittpc.com" Date: Sat, 21 Sep 2019 16:23:35 -0400 Subject: [PATCH] Added the missing October to Cashflow on the Dashboard, added more calendar events etc --- calendar_domains.php | 23 +++++++++++++++++++++++ dashboard.php | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/calendar_domains.php b/calendar_domains.php index 10ee586d..c1ab47a5 100644 --- a/calendar_domains.php +++ b/calendar_domains.php @@ -20,6 +20,17 @@ }, events: [ ], }); diff --git a/dashboard.php b/dashboard.php index 84573e9b..e75d8adb 100644 --- a/dashboard.php +++ b/dashboard.php @@ -323,7 +323,7 @@ var ctx = document.getElementById("cashFlow"); var myLineChart = new Chart(ctx, { type: 'line', data: { - labels: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Nov", "Dec"], + labels: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"], datasets: [{ label: "Income", lineTension: 0.3,