Skip to content

Commit

Permalink
Remove group by from deck.gl viz (apache#4622)
Browse files Browse the repository at this point in the history
  • Loading branch information
betodealmeida authored and michellethomas committed May 23, 2018
1 parent f37b923 commit 5a7c34a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions superset/assets/javascripts/explore/stores/visTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['spatial', 'size'],
['groupby', 'row_limit'],
['row_limit', null],
],
},
{
Expand Down Expand Up @@ -413,7 +413,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['spatial', 'size'],
['groupby', 'row_limit'],
['row_limit', null],
],
},
{
Expand Down Expand Up @@ -485,7 +485,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['spatial', 'size'],
['groupby', 'row_limit'],
['row_limit', null],
],
},
{
Expand Down Expand Up @@ -656,8 +656,7 @@ export const visTypes = {
label: t('Query'),
expanded: true,
controlSetRows: [
['spatial', null],
['groupby', 'row_limit'],
['spatial', 'row_limit'],
],
},
{
Expand Down

0 comments on commit 5a7c34a

Please sign in to comment.