Change background for graphics to #000000

This commit is contained in:
Deon George 2023-09-22 21:17:00 +10:00
parent 2ae24b9955
commit 56544b89e1
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@
chart: {
type: 'spline',
zoomType: 'x',
backgroundColor: '#0a0a0a',
backgroundColor: '#000000',
resetZoomButton: {
position: {
x: 0,

View File

@ -102,7 +102,7 @@
Highcharts.chart('network_messages',{
chart: {
type: 'column',
backgroundColor: '#0a0a0a',
backgroundColor: '#000000',
},
credits: {
enabled: false