diff --git a/templates/index.html b/templates/index.html index f5b258a..f034d61 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,6 +17,7 @@ @@ -340,6 +341,7 @@ xAxis: { type: 'datetime', title: { text: 'Date' }, + min: Date.UTC(2024, 6, 1), plotBands: plotBands // Alternating background for years }, yAxis: { title: { text: 'Amount ($)' } },