diff --git a/application/views/statistics/index.php b/application/views/statistics/index.php index fb3124fd..b78f0d05 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 aad2ba9f..e7ffcfe5 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('
' + @@ -314,7 +314,7 @@ function totalBandQsos() { }, options: { layout: { - padding: 100 + padding: 150 }, title: { fontColor: color, @@ -341,11 +341,11 @@ function totalBandQsos() { borderRadius: 2, // Border radius of Label borderWidth: 2, // Thickness of border color: 'white', - stretch: 45, + stretch: 10, padding: 0, font: { resizable: true, - minSize: 15, + minSize: 12, maxSize: 25, family: Chart.defaults.font.family, size: Chart.defaults.font.size, @@ -363,7 +363,7 @@ function totalBandQsos() { $('.bandtable').DataTable({ responsive: false, ordering: false, - "scrollY": "170px", + "scrollY": "330px", "scrollCollapse": true, "paging": false, "scrollX": true, @@ -440,7 +440,7 @@ function totalSatQsos() { options: { layout: { - padding: 100 + padding: 150 }, title: { fontColor: color, @@ -467,11 +467,11 @@ function totalSatQsos() { borderRadius: 2, // Border radius of Label borderWidth: 2, // Thickness of border color: 'white', - stretch: 45, + stretch: 10, padding: 0, font: { resizable: true, - minSize: 15, + minSize: 12, maxSize: 25, family: Chart.defaults.font.family, size: Chart.defaults.font.size, @@ -496,7 +496,7 @@ function totalSatQsos() { $('.sattable').DataTable({ responsive: false, ordering: false, - "scrollY": "170px", + "scrollY": "330px", "scrollX": true, "ScrollCollapse": true, "paging": false,