This is an automated email from the ASF dual-hosted git repository.

maximebeauchemin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
     new a26cf00  Add row_limit to heatmap controls (#3969)
a26cf00 is described below

commit a26cf001c465d5d91f0bc8451a886f4145d1d1fe
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Wed Dec 6 21:49:27 2017 -0800

    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 3835bb0..7399bdb 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'],
         ],
       },
       {

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to