Skip to content

Commit

Permalink
changed default interval to 1m to be consistent with the default time…
Browse files Browse the repository at this point in the history
… picker value of 15m, otherwise it doesn't make sense to have a 15m default window with 1d default interval
  • Loading branch information
mcascallares committed Mar 31, 2016
1 parent 7d14fd1 commit 337f93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/services/_saved_sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 337f93c

Please sign in to comment.