Change background for graphics to #000000
This commit is contained in:
parent
2ae24b9955
commit
56544b89e1
@ -124,7 +124,7 @@
|
||||
chart: {
|
||||
type: 'spline',
|
||||
zoomType: 'x',
|
||||
backgroundColor: '#0a0a0a',
|
||||
backgroundColor: '#000000',
|
||||
resetZoomButton: {
|
||||
position: {
|
||||
x: 0,
|
||||
|
@ -102,7 +102,7 @@
|
||||
Highcharts.chart('network_messages',{
|
||||
chart: {
|
||||
type: 'column',
|
||||
backgroundColor: '#0a0a0a',
|
||||
backgroundColor: '#000000',
|
||||
},
|
||||
credits: {
|
||||
enabled: false
|
||||
|
Loading…
Reference in New Issue
Block a user