diff --git a/public/templates/bootstrap/statistics/graphs/both.tpl b/public/templates/bootstrap/statistics/graphs/both.tpl
index fc11527e..015ff2c6 100644
--- a/public/templates/bootstrap/statistics/graphs/both.tpl
+++ b/public/templates/bootstrap/statistics/graphs/both.tpl
@@ -1,39 +1,3 @@
-
{if is_array($YOURHASHRATES) && is_array($POOLHASHRATES)}
diff --git a/public/templates/bootstrap/statistics/graphs/default.tpl b/public/templates/bootstrap/statistics/graphs/default.tpl
index 10ca469b..f05daec1 100644
--- a/public/templates/bootstrap/statistics/graphs/default.tpl
+++ b/public/templates/bootstrap/statistics/graphs/default.tpl
@@ -29,7 +29,9 @@ $(function () {
hideHover: 'auto',
lineColors: ['#0b62a4'],
pointFillColors: ['#FFFFFF'],
- resize: true
+ resize: true,
+ fillOpacity: 1.00,
+ postUnits: ' KH/s'
});
}
@@ -53,7 +55,9 @@ $(function () {
hideHover: 'auto',
lineColors: ['#24A665'],
pointFillColors: ['#FFFFFF'],
- resize: true
+ resize: true,
+ fillOpacity: 1.00,
+ postUnits: ' KH/s'
});
}
@@ -80,7 +84,9 @@ $(function () {
labels: ['Your Hashrate', 'Pool Hashrate'],
pointSize: 2,
hideHover: 'auto',
- resize: true
+ resize: true,
+ fillOpacity: 0.1,
+ postUnits: ' KH/s'
});
}