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

@@ -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;