From b1948b2d4b380dedf3b809bed174b2dd7c7c5310 Mon Sep 17 00:00:00 2001 From: Rashid Khan Date: Thu, 19 Sep 2013 21:47:49 -0700 Subject: [PATCH] Added interval options to panel --- src/app/panels/histogram/module.html | 2 +- src/app/panels/histogram/module.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/panels/histogram/module.html b/src/app/panels/histogram/module.html index 83f2fb6076c..87062c13b11 100755 --- a/src/app/panels/histogram/module.html +++ b/src/app/panels/histogram/module.html @@ -54,7 +54,7 @@ - +
diff --git a/src/app/panels/histogram/module.js b/src/app/panels/histogram/module.js index bf3b54ea609..2d034e1d181 100755 --- a/src/app/panels/histogram/module.js +++ b/src/app/panels/histogram/module.js @@ -84,6 +84,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'], fill : 0, linewidth : 3, timezone : 'browser', // browser, utc or a standard timezone