From ade5f07e372df7627731b354adc2cc03103a725a Mon Sep 17 00:00:00 2001 From: Deon George Date: Tue, 13 Jun 2023 20:22:40 +1000 Subject: [PATCH] Change Highcharts background --- resources/views/about.blade.php | 1 + resources/views/dashboard.blade.php | 3 ++- resources/views/domain/view.blade.php | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index 497f18e..90f2e20 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -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, diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index 074422d..5cfdf66 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -101,7 +101,8 @@ // Create the chart Highcharts.chart('network_messages',{ chart: { - type: 'column' + type: 'column', + backgroundColor: '#0a0a0a', }, credits: { enabled: false diff --git a/resources/views/domain/view.blade.php b/resources/views/domain/view.blade.php index 7cd8e70..860c2b0 100644 --- a/resources/views/domain/view.blade.php +++ b/resources/views/domain/view.blade.php @@ -233,6 +233,7 @@ chart: { type: 'spline', zoomType: 'x', + backgroundColor: '#0a0a0a', resetZoomButton: { position: { align: 'left',