Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

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.
  • Loading branch information
mistercrunch authored and timifasubaa committed Jul 25, 2018
1 parent 1e51b77 commit 394de0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superset/assets/src/explore/visTypes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export const sections = {
['groupby'],
['limit', 'timeseries_limit_metric'],
['order_desc', 'contribution'],
['row_limit', null],
],
},
{
Expand Down

0 comments on commit 394de0f

Please sign in to comment.