Change Highcharts background

This commit is contained in:
2023-06-13 20:22:40 +10:00
parent 530c9cbd46
commit ade5f07e37
3 changed files with 4 additions and 1 deletions

View File

@@ -101,7 +101,8 @@
// Create the chart
Highcharts.chart('network_messages',{
chart: {
type: 'column'
type: 'column',
backgroundColor: '#0a0a0a',
},
credits: {
enabled: false