Skip to content

Commit

Permalink
Setting line chart row_limit to 50000 (apache#6244)
Browse files Browse the repository at this point in the history
Setting default row_limit to 50K for line chart

(cherry picked from commit 2fd18ee)
  • Loading branch information
michellethomas authored and Grace Guo committed Nov 1, 2018
1 parent ba16131 commit 05c3994
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 @@ -210,6 +210,9 @@ export const visTypes = {
choices: D3_TIME_FORMAT_OPTIONS,
default: 'smart_date',
},
row_limit: {
default: 50000,
},
},
},

Expand Down

0 comments on commit 05c3994

Please sign in to comment.