You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
build dashboard with some filters like this
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):
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.
in this example:
time filter has 2 children filters, no parent filter
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.
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 :)
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.
cc @junlincc @michael-s-molina
The text was updated successfully, but these errors were encountered: