Skip to content

Commit

Permalink
Add row_limit control to line chart (apache#5426)
Browse files Browse the repository at this point in the history
Somehow it's not possible to set the row_limit for a line chart,
resulting to a 10k cap in our environment. In some cases the user may
want more than that.

(cherry picked from commit a11e47f)
  • Loading branch information
mistercrunch committed Jul 27, 2018
1 parent 5d7fdc9 commit b0a8cad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/src/explore/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export const sections = {
['groupby'],
['limit', 'timeseries_limit_metric'],
['order_desc', 'contribution'],
['row_limit', null],
],
},
{
Expand Down

0 comments on commit b0a8cad

Please sign in to comment.