From dda3a3e3fe2231b2a4e29517f89912488f5cb30e Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 28 Aug 2025 19:45:21 +1000 Subject: [PATCH] now we have dark mode, use different colors for lines on graphs --- templates/index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/index.html b/templates/index.html index 9f2e494..5a30fa7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -259,6 +259,10 @@ // Highcharts configuration Highcharts.chart('container', { chart: { type: 'line' }, + colors: [ + 'orange', // Custom color 1 + 'cyan', // Custom color 2 + ], title: { text: 'Savings Over Time' }, xAxis: { type: 'datetime',