added chartRangeMax

This commit is contained in:
cubedro 2015-04-17 12:45:42 +03:00
parent e21a6c9df4
commit 449a17f260

View File

@ -164,6 +164,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
barWidth : 2,
barSpacing : 1,
tooltipSuffix: ' ms',
chartRangeMax: 12000,
colorMap: jQuery.range_map({
'0:1': '#10a0de',
'1:1000': '#7bcc3a',
@ -188,6 +189,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
barWidth : 2,
barSpacing : 1,
tooltipSuffix: ' ms',
chartRangeMax: 12000,
colorMap: jQuery.range_map({
'0:1': '#10a0de',
'1:1000': '#7bcc3a',