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

View File

@ -375,7 +375,7 @@ export const visTypes = {
expanded: true, expanded: true,
controlSetRows: [ controlSetRows: [
['spatial', 'size'], ['spatial', 'size'],
['groupby', 'row_limit'], ['row_limit', null],
], ],
}, },
{ {
@ -413,7 +413,7 @@ export const visTypes = {
expanded: true, expanded: true,
controlSetRows: [ controlSetRows: [
['spatial', 'size'], ['spatial', 'size'],
['groupby', 'row_limit'], ['row_limit', null],
], ],
}, },
{ {
@ -485,7 +485,7 @@ export const visTypes = {
expanded: true, expanded: true,
controlSetRows: [ controlSetRows: [
['spatial', 'size'], ['spatial', 'size'],
['groupby', 'row_limit'], ['row_limit', null],
], ],
}, },
{ {
@ -656,8 +656,7 @@ export const visTypes = {
label: t('Query'), label: t('Query'),
expanded: true, expanded: true,
controlSetRows: [ controlSetRows: [
['spatial', null], ['spatial', 'row_limit'],
['groupby', 'row_limit'],
], ],
}, },
{ {