Change Highcharts background
This commit is contained in:
parent
530c9cbd46
commit
ade5f07e37
@ -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,
|
||||
|
@ -101,7 +101,8 @@
|
||||
// Create the chart
|
||||
Highcharts.chart('network_messages',{
|
||||
chart: {
|
||||
type: 'column'
|
||||
type: 'column',
|
||||
backgroundColor: '#0a0a0a',
|
||||
},
|
||||
credits: {
|
||||
enabled: false
|
||||
|
@ -233,6 +233,7 @@
|
||||
chart: {
|
||||
type: 'spline',
|
||||
zoomType: 'x',
|
||||
backgroundColor: '#0a0a0a',
|
||||
resetZoomButton: {
|
||||
position: {
|
||||
align: 'left',
|
||||
|
Loading…
Reference in New Issue
Block a user