Skip to content

Commit

Permalink
feat: change default time range in sql lab explore
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 committed Apr 7, 2020
1 parent dcb7b83 commit 127aaac
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 127aaac

Please sign in to comment.