From 337f93c1de94f75a0ce316286ce69fa968682fe2 Mon Sep 17 00:00:00 2001 From: Matias Cascallares Date: Thu, 31 Mar 2016 11:17:10 +0900 Subject: [PATCH] changed default interval to 1m to be consistent with the default time picker value of 15m, otherwise it doesn't make sense to have a 15m default window with 1d default interval --- public/services/_saved_sheet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/services/_saved_sheet.js b/public/services/_saved_sheet.js index 39e6f24d5791d1..37314f52256562 100644 --- a/public/services/_saved_sheet.js +++ b/public/services/_saved_sheet.js @@ -24,7 +24,7 @@ define(function (require) { hits: 0, description: '', timelion_sheet: ['.es(*)'], - timelion_interval: '1d', + timelion_interval: '1m', timelion_other_interval: '1d', timelion_chart_height: 275, timelion_columns: 3,