Added the missing October to Cashflow on the Dashboard, added more calendar events etc

This commit is contained in:
johnny@pittpc.com
2019-09-21 16:23:35 -04:00
parent cb439f2f47
commit a9e3d0fa7e
2 changed files with 24 additions and 1 deletions

View File

@@ -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,