Skip to content

Commit

Permalink
Setting line chart row_limit to 50000 (#6244)
Browse files Browse the repository at this point in the history
Setting default row_limit to 50K for line chart
  • Loading branch information
michellethomas authored Nov 1, 2018
1 parent d34217e commit 2fd18ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions superset/assets/src/explore/visTypes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,9 @@ export const visTypes = {
choices: D3_TIME_FORMAT_OPTIONS,
default: 'smart_date',
},
row_limit: {
default: 50000,
},
},
},

Expand Down

0 comments on commit 2fd18ee

Please sign in to comment.