From a26cf001c465d5d91f0bc8451a886f4145d1d1fe Mon Sep 17 00:00:00 2001 From: Maxime Beauchemin Date: Wed, 6 Dec 2017 21:49:27 -0800 Subject: [PATCH] Add row_limit to heatmap controls (#3969) --- superset/assets/javascripts/explore/stores/visTypes.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index 3835bb049119f..7399bdb302eae 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -1121,7 +1121,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['all_columns_x', 'all_columns_y'], - ['metric'], + ['metric', 'row_limit'], ], }, {