-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding filter bar support to Dashboard and Visualize #2120
Conversation
simianhacker
commented
Dec 4, 2014
- Closes Interactive filtering #1526 and Closes Filter data with pie's queries on slice drill down. #538
- Adding fitler bar to Dashboard
- Addign filter bar to Visualize
- Adding click and brush handler to filter_bar component
- Adding tests for all the things
- Adding brush events to all apps
- Consolidate all filter addition code to filter bar
- Add donut option to pie visualization
- Adding AggConfigResult to hierarchical data
- Adding picker for multiple filter items
- Moved apply, disabled, negate to $$meta
- Removed $$hashKey from fitlers (part of the input box apply)
- Closes elastic#1526 and Closes elastic#538 - Adding fitler bar to Dashboard - Addign filter bar to Visualize - Adding click and brush handler to filter_bar component - Adding tests for all the things - Adding brush events to all apps - Consolidate all filter addition code to filter bar - Add donut option to pie visualization - Adding AggConfigResult to hierarchical data - Adding picker for multiple filter items - Moved apply, disabled, negate to $$meta - Removed $$hashKey from fitlers (part of the input box apply)
01ce9af
to
6a76854
Compare
We should strip out $$ keys from the URL |
Adding filter bar support to Dashboard and Visualize