Change Highcharts background

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

View File

@ -94,6 +94,7 @@ If you have more than 1 BBS, then the Clearing Houz can receive all your mail fr
chart: {
type: 'spline',
zoomType: 'x',
backgroundColor: '#0a0a0a',
resetZoomButton: {
position: {
x: 0,

View File

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

View File

@ -233,6 +233,7 @@
chart: {
type: 'spline',
zoomType: 'x',
backgroundColor: '#0a0a0a',
resetZoomButton: {
position: {
align: 'left',