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