From eb4d02c952243184ffa0c090772849cf709a45b6 Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Mon, 23 Jul 2018 11:54:12 -0700 Subject: [PATCH] Add row_limit control to line chart (#5426) 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 a11e47f694c804a863edbefb963d60be5579bd26) --- superset/assets/src/explore/visTypes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/src/explore/visTypes.js b/superset/assets/src/explore/visTypes.js index 91fe89cbfa865..cb6bf90c84dc3 100644 --- a/superset/assets/src/explore/visTypes.js +++ b/superset/assets/src/explore/visTypes.js @@ -57,6 +57,7 @@ export const sections = { ['groupby'], ['limit', 'timeseries_limit_metric'], ['order_desc', 'contribution'], + ['row_limit', null], ], }, {