Skip to content

Commit

Permalink
feat: change default time range in sql lab explore (#9486)
Browse files Browse the repository at this point in the history
Change from "100 years go" to "no filter".

100 years ago is basically equivalent to no filter, but has
implications on how x-axis is plotted on certain charts (e.g. Big
Number).
  • Loading branch information
ktmud authored Apr 9, 2020
1 parent fd85696 commit 36cd541
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ class ExploreResultsButton extends React.PureComponent {
datasource: `${data.table_id}__table`,
metrics: [],
groupby: [],
time_range: 'No filter',
viz_type: 'table',
since: '100 years ago',
all_columns: columns.map(c => c.name),
row_limit: 1000,
};
Expand Down

0 comments on commit 36cd541

Please sign in to comment.