Remove group by from deck.gl viz (#4622)

This commit is contained in:
Beto Dealmeida 2018-03-15 17:48:18 -07:00 committed by Maxime Beauchemin
parent 1e0bcba568
commit 7da164d386
1 changed files with 4 additions and 5 deletions

View File

@ -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'],
],
},
{