junlincc opened a new issue #12148:
URL: https://github.com/apache/incubator-superset/issues/12148
Highly requested from the community for a couple of years, Superset's new
Dashboard Native Filter and Cascading Filter are finally available, ready for
testing in master!! We welcome your feedback and comments!
It has been a six months long collaborative project leading by @suddjian,
with the dedicated effort from multiple developers.
Credit goes to the below awesome contributors ♥️
@suddjian @villebro @pkdotson @rusackas @mihir174(design)
@agatapst @adam-stasiak
@amitmiran137 @simchaNielsen
special thanks to @graceguo-supercat @ktmud @zuzana-vej for user research
and code review!
This feature is currently behind a feature flag, to turn on
1. go to `docker/pythonpath_dev/superset_config.py`
2. add below```
FEATURE_FLAGS = {
"DASHBOARD_NATIVE_FILTERS": True,}
```
Features include
Changes included in [feat(dashboard): Dashboard-Native Filters
#11814](https://github.com/apache/incubator-superset/pull/11814) and [feat:
Native filters fast-follow
#12138](https://github.com/apache/incubator-superset/pull/12138):
- Dashboard-native filters can be created, edited, and deleted from the
Dashboard in View Dashboard mode
- Filters can be scoped to specific dashboard panels
- Filter indicator compatibility
- Cascading filters(setting parent filter)
- Instant apply value
- Default values
- Collapsible left panel
- Reset all
- and much better UX!
- .......
Create new filter
<img width="921" alt="create new filter"
src="https://user-images.githubusercontent.com/67837651/102693826-33078300-41d2-11eb-9d3c-6779c20a2956.png">
Filter scoping
<img width="558" alt="scoping"
src="https://user-images.githubusercontent.com/67837651/102693832-3d298180-41d2-11eb-8e7d-4a1a0dd709d1.png">
Cascading filter hierarchy setting
<img width="416" alt="Screen Shot 2020-12-19 at 8 10 40 AM"
src="https://user-images.githubusercontent.com/67837651/102693837-49154380-41d2-11eb-96c8-97851d30f90f.png">
<img width="567" alt="Screen Shot 2020-12-19 at 8 13 40 AM"
src="https://user-images.githubusercontent.com/67837651/102693839-4fa3bb00-41d2-11eb-91cb-faebf822b508.png">
Open and Collapse side bar

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]