From 56544b89e1d3b62612346ccee394911de4f7779c Mon Sep 17 00:00:00 2001 From: Deon George Date: Fri, 22 Sep 2023 21:17:00 +1000 Subject: [PATCH] Change background for graphics to #000000 --- resources/views/about.blade.php | 2 +- resources/views/dashboard.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php index bc62dfb..b5c1fc9 100644 --- a/resources/views/about.blade.php +++ b/resources/views/about.blade.php @@ -124,7 +124,7 @@ chart: { type: 'spline', zoomType: 'x', - backgroundColor: '#0a0a0a', + backgroundColor: '#000000', resetZoomButton: { position: { x: 0, diff --git a/resources/views/dashboard.blade.php b/resources/views/dashboard.blade.php index c85133d..c11c550 100644 --- a/resources/views/dashboard.blade.php +++ b/resources/views/dashboard.blade.php @@ -102,7 +102,7 @@ Highcharts.chart('network_messages',{ chart: { type: 'column', - backgroundColor: '#0a0a0a', + backgroundColor: '#000000', }, credits: { enabled: false