changed uncle count range
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user