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

[dashboard][cascading filters] #17241

Closed
graceguo-supercat opened this issue Oct 27, 2021 · 2 comments
Closed

[dashboard][cascading filters] #17241

graceguo-supercat opened this issue Oct 27, 2021 · 2 comments
Labels
inactive Inactive for >= 30 days

Comments

@graceguo-supercat
Copy link

graceguo-supercat commented Oct 27, 2021

Is your feature request related to a problem? Please describe.
This is an example how to build cascading filter from filter_boxes.
Dashboard native filter components should allow 1 parent level filter contains multiple children filter fields, and 1 child filter component could be impacted by multiple parent-level filters.

  1. build dashboard with some filters like this

Screen Shot 2021-10-27 at 2 35 26 AM

  1. set filter scope for time filter (apply to all charts), region filter (only apply to country filter), country filter (only apply to Growth rate chart):

3266Jx9mga

  1. test:
  • change time filter: all charts and filter_boxes will be impacted
  • change region filter: only country filter will be updated. it will only load countries from selected regions.
  • change country filter: only growth rate chart will be impacted. it will display data for the selected country.

YlmHi3ifhg

  1. in this example:
  • time filter has 2 children filters, no parent filter
  • region filter: 1 parent, 1 child filter
  • country filter: 2 parents, no child filter

cc @junlincc @michael-s-molina

@stale
Copy link

stale bot commented Apr 17, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@rusackas
Copy link
Member

Cascading filters have been replaced by Dependent Filters in the Dashboard Natife Filters feature, and we're no longer actively pursuing Filter Box features. I think it's safe to close this out now :)

@rusackas rusackas closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

2 participants