now we have dark mode, use different colors for lines on graphs
This commit is contained in:
@@ -259,6 +259,10 @@
|
|||||||
// Highcharts configuration
|
// Highcharts configuration
|
||||||
Highcharts.chart('container', {
|
Highcharts.chart('container', {
|
||||||
chart: { type: 'line' },
|
chart: { type: 'line' },
|
||||||
|
colors: [
|
||||||
|
'orange', // Custom color 1
|
||||||
|
'cyan', // Custom color 2
|
||||||
|
],
|
||||||
title: { text: 'Savings Over Time' },
|
title: { text: 'Savings Over Time' },
|
||||||
xAxis: {
|
xAxis: {
|
||||||
type: 'datetime',
|
type: 'datetime',
|
||||||
|
|||||||
Reference in New Issue
Block a user