changed uncle count range

This commit is contained in:
cubedro
2015-04-24 06:37:52 +03:00
parent c7b71f6d5e
commit 820dc786f6
4 changed files with 13 additions and 5 deletions

View File

@@ -114,6 +114,11 @@ div.small-title-miner {
color: #aaa;
}
span.small-title span.small {
letter-spacing: 0px;
color: #666;
}
.big-info .big-details {
display: block;
font-weight: 200;

View File

@@ -135,7 +135,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
$scope.uncleCount = data;
$scope.unclesInLast = data[0];
jQuery('.spark-uncles').sparkline($scope.uncleCount.reverse(), {type: 'bar'});
jQuery('.spark-uncles').sparkline($scope.uncleCount.reverse(), {type: 'bar', barSpacing: 1});
break;