Skip to content
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

Filter data with pie's queries on slice drill down. #538

Closed
michalre opened this issue Sep 29, 2013 · 1 comment · Fixed by #2120
Closed

Filter data with pie's queries on slice drill down. #538

michalre opened this issue Sep 29, 2013 · 1 comment · Fixed by #2120

Comments

@michalre
Copy link

It would be nice to support a use case that when a slice from a pie is selected both slice value filter and pie's queries are applied to all panels.
For example when I click the beer slice of a pie that shows favourite drinks for men it means that I am interested to see only values for men, so the table panel should display all records with drink beer and gender man. Currently also records with gender woman are displayed in the table.

bpezan pushed a commit to bpezan/kibana that referenced this issue Dec 4, 2013
* master:
  Moved doc task to the end of the default task chain
  removed y_as_bytes, replaced with y_format
  Remove console.log
  Closes elastic#538. Closes elastic#722
  Potential fix for elastic#621
  More small table performance improvements
  Improve performance in the table. Re elastic#719 and elastic#732
  Remove idQueue from filter and query services in dashboards
  Eliminate idQueue property from filterSrv and querySrv. Replace with binary search for smallest id. Closes elastic#730. Closes elastic#739
  Skeleton API docs
  Doc updates
  Added scratchy tasks and config.js docs
  Bytes should not be default
  Fixing unsafe html binding
  fixed numeric terms in topN query
  do not auto-enable saved filters
@rashidkpc rashidkpc reopened this Dec 5, 2013
@spalger
Copy link
Contributor

spalger commented Oct 6, 2014

In general this fits with how we imagine filters will work in the next few betas. Stay tuned for updates!

simianhacker added a commit to simianhacker/kibana that referenced this issue Dec 5, 2014
- 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)
w33ble pushed a commit to w33ble/kibana that referenced this issue Sep 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants
@simianhacker @rashidkpc @spalger @michalre and others