Merge pull request #81 from cubedro/develop

Added chartRangeMax
This commit is contained in:
Marian OANCΞA 2015-04-17 12:46:24 +03:00
commit 0f2e90cd04

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',