This is an automated email from the ASF dual-hosted git repository.
beto 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 acf1a1b [treemap] add row_limit control (#5811)
acf1a1b is described below
commit acf1a1b2d31fa330b815edebb109d04d0ce802d6
Author: Maxime Beauchemin <[email protected]>
AuthorDate: Fri Sep 14 11:40:22 2018 -0700
[treemap] add row_limit control (#5811)
---
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 44941ca..936da0e 100644
--- a/superset/assets/src/explore/visTypes.jsx
+++ b/superset/assets/src/explore/visTypes.jsx
@@ -1102,6 +1102,7 @@ export const visTypes = {
['metrics'],
['adhoc_filters'],
['groupby'],
+ ['row_limit'],
],
},
{