Adding limit to time_table viz to get druid query to work (#4207)

This commit is contained in:
michellethomas 2018-01-16 10:27:35 -08:00 committed by Grace Guo
parent 04680e5ff1
commit 2607e4be4d
1 changed files with 1 additions and 0 deletions

View File

@ -684,6 +684,7 @@ export const visTypes = {
expanded: true,
controlSetRows: [
['groupby', 'metrics'],
['limit'],
['column_collection'],
['url'],
],