From 7da164d386a390ae98c9344e9665606509fae5df Mon Sep 17 00:00:00 2001 From: Beto Dealmeida Date: Thu, 15 Mar 2018 17:48:18 -0700 Subject: [PATCH] Remove group by from deck.gl viz (#4622) --- superset/assets/javascripts/explore/stores/visTypes.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/superset/assets/javascripts/explore/stores/visTypes.js b/superset/assets/javascripts/explore/stores/visTypes.js index dd144c55c4..75443469f3 100644 --- a/superset/assets/javascripts/explore/stores/visTypes.js +++ b/superset/assets/javascripts/explore/stores/visTypes.js @@ -375,7 +375,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['spatial', 'size'], - ['groupby', 'row_limit'], + ['row_limit', null], ], }, { @@ -413,7 +413,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['spatial', 'size'], - ['groupby', 'row_limit'], + ['row_limit', null], ], }, { @@ -485,7 +485,7 @@ export const visTypes = { expanded: true, controlSetRows: [ ['spatial', 'size'], - ['groupby', 'row_limit'], + ['row_limit', null], ], }, { @@ -656,8 +656,7 @@ export const visTypes = { label: t('Query'), expanded: true, controlSetRows: [ - ['spatial', null], - ['groupby', 'row_limit'], + ['spatial', 'row_limit'], ], }, {