adjusted chartRangeMax
This commit is contained in:
parent
449a17f260
commit
8ff045d8b0
@ -164,7 +164,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
barWidth : 2,
|
barWidth : 2,
|
||||||
barSpacing : 1,
|
barSpacing : 1,
|
||||||
tooltipSuffix: ' ms',
|
tooltipSuffix: ' ms',
|
||||||
chartRangeMax: 12000,
|
chartRangeMax: 8000,
|
||||||
colorMap: jQuery.range_map({
|
colorMap: jQuery.range_map({
|
||||||
'0:1': '#10a0de',
|
'0:1': '#10a0de',
|
||||||
'1:1000': '#7bcc3a',
|
'1:1000': '#7bcc3a',
|
||||||
@ -189,7 +189,7 @@ function StatsCtrl($scope, $filter, socket, _, toastr) {
|
|||||||
barWidth : 2,
|
barWidth : 2,
|
||||||
barSpacing : 1,
|
barSpacing : 1,
|
||||||
tooltipSuffix: ' ms',
|
tooltipSuffix: ' ms',
|
||||||
chartRangeMax: 12000,
|
chartRangeMax: 8000,
|
||||||
colorMap: jQuery.range_map({
|
colorMap: jQuery.range_map({
|
||||||
'0:1': '#10a0de',
|
'0:1': '#10a0de',
|
||||||
'1:1000': '#7bcc3a',
|
'1:1000': '#7bcc3a',
|
||||||
|
Loading…
Reference in New Issue
Block a user