From 394de0f7303a84d08dc5d2b4f35c68138718c9b9 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. --- superset/assets/src/explore/visTypes.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/superset/assets/src/explore/visTypes.jsx b/superset/assets/src/explore/visTypes.jsx index 7514c88564c44..6dd307e754717 100644 --- a/superset/assets/src/explore/visTypes.jsx +++ b/superset/assets/src/explore/visTypes.jsx @@ -58,6 +58,7 @@ export const sections = { ['groupby'], ['limit', 'timeseries_limit_metric'], ['order_desc', 'contribution'], + ['row_limit', null], ], }, {