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: { chart: {
type: 'spline', type: 'spline',
zoomType: 'x', zoomType: 'x',
backgroundColor: '#0a0a0a', backgroundColor: '#000000',
resetZoomButton: { resetZoomButton: {
position: { position: {
x: 0, x: 0,

View File

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