From 0f96b7a2a3a4f825c3d6805770deae167e16c730 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Fri, 25 Oct 2013 07:51:23 -0700 Subject: [PATCH] Fix for #609 --- src/app/panels/histogram/module.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index 866bd22e568..8b4db76808f 100644 --- a/src/app/panels/histogram/module.js +++ b/src/app/panels/histogram/module.js @@ -88,7 +88,7 @@ function (angular, app, $, _, kbn, moment, timeSeries) { auto_int : true, resolution : 100, interval : '5m', - intervals : ['auto','1s','1m','5m','10m','30m','1h','3h','12h','1d','1w','1M','1y'], + intervals : ['auto','1s','1m','5m','10m','30m','1h','3h','12h','1d','1w','1y'], fill : 0, linewidth : 3, timezone : 'browser', // browser, utc or a standard timezone