From 4628c7742cd4031e2058aff93d55b94f60c4f3e5 Mon Sep 17 00:00:00 2001 From: Andreas <6977712+AndreasK79@users.noreply.github.com> Date: Mon, 19 Sep 2022 09:55:44 +0200 Subject: [PATCH] [Statistics] Adjusted size of canvas and padding. --- application/views/statistics/index.php | 2 +- assets/js/sections/statistics.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/views/statistics/index.php b/application/views/statistics/index.php index b78f0d05..fb3124fd 100644 --- a/application/views/statistics/index.php +++ b/application/views/statistics/index.php @@ -38,7 +38,7 @@

-
+
diff --git a/assets/js/sections/statistics.js b/assets/js/sections/statistics.js index e8b38db6..a8f12908 100644 --- a/assets/js/sections/statistics.js +++ b/assets/js/sections/statistics.js @@ -258,7 +258,7 @@ function totalBandQsos() { success: function (data) { if (data.length > 0) { - $(".band").append('

Bands


'); + $(".band").append('

Bands


'); // appending table to hold the data $("#bandTable").append('
' + @@ -316,7 +316,7 @@ function totalBandQsos() { }, options: { layout: { - padding: 150 + padding: 100 }, title: { fontColor: color, @@ -447,7 +447,7 @@ function totalSatQsos() { options: { layout: { - padding: 150 + padding: 100 }, title: { fontColor: color,