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('
');
+ $(".band").append('
');
// 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,