You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/04/27 15:35:20 UTC

[incubator-superset] branch master updated: Allow limiting rows on Pivot Table (#4891)

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 f3d7560  Allow limiting rows on Pivot Table (#4891)
f3d7560 is described below

commit f3d756016e1c5da43ce40d9e1c24d00224118e1c
Author: Maxime Beauchemin <ma...@gmail.com>
AuthorDate: Fri Apr 27 08:35:12 2018 -0700

    Allow limiting rows on Pivot Table (#4891)
---
 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 28dfdff..3af1f7e 100644
--- a/superset/assets/src/explore/visTypes.js
+++ b/superset/assets/src/explore/visTypes.js
@@ -892,6 +892,7 @@ export const visTypes = {
         controlSetRows: [
           ['groupby', 'columns'],
           ['metrics'],
+          ['row_limit', null],
         ],
       },
       {

-- 
To stop receiving notification emails like this one, please contact
maximebeauchemin@apache.org.