Remove queryManager from vis docs (#23923)

This commit is contained in:
Tim Roes 2018-10-17 09:51:18 +02:00 committed by GitHub
parent c0e13fdb2b
commit 9bab09a0e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -422,7 +422,6 @@ The `vis` object holds the visualization state and is the window into kibana:
- *vis.isEditorMode()*: returns true if in editor mode
- *vis.API.timeFilter*: allows you to access time picker
- *vis.API.queryFilter*: gives you access to queryFilter
- *vis.API.queryManager*: gives you access to add filters to the filter bar
- *vis.API.events.click*: default click handler
- *vis.API.events.brush*: default brush handler