now we have dark mode, use different colors for lines on graphs

This commit is contained in:
2025-08-28 19:45:21 +10:00
parent 706aee6947
commit dda3a3e3fe

View File

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