diff --git a/resources/public/js/controllers.js b/resources/public/js/controllers.js index 61910bc..fa03bac 100644 --- a/resources/public/js/controllers.js +++ b/resources/public/js/controllers.js @@ -640,7 +640,7 @@ hsboxControllers.controller('Player', function ($scope, $http, $routeParams, $ro headerFormat: '', useHTML: true} }, - series: [{name: 'Rank', data: null}] + series: [{name: 'Rank', data: null, turboThreshold: 0}] }; filtersChanged($scope, $http);