Skip to content

Commit

Permalink
Add filters and query bar
Browse files Browse the repository at this point in the history
  • Loading branch information
drewdaemon committed Apr 28, 2022
1 parent c80b12d commit f512ac6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plugins/vis_type_script/public/vis_definition/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,5 @@ export const getScriptVisDefinition: (
enableAutoApply: true,
defaultSize: DefaultEditorSize.LARGE,
},
options: {
showTimePicker: false,
showFilterBar: false,
},
inspectorAdapters: {},
requiresSearch: true,
});

0 comments on commit f512ac6

Please sign in to comment.