Change background for graphics to #000000
This commit is contained in:
parent
2ae24b9955
commit
56544b89e1
@ -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,
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user