-
Notifications
You must be signed in to change notification settings - Fork 640
feat: override chart filters with dashboard filters #8461
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
Conversation
👷 Deploy request for peaceful-bassi-cbf284 pending review.Visit the deploys page to approve it
|
|
Dashboard filters not overriding chart filters is intentional behaviour. eg: Big number chart "Revenue total" that has the filter If the Dashboard has a filter Ideally, charts used in dashboards should be as generic as possible and only have filters that make sure the data is current. eg: instead of |
|
Closing this PR for now. Looks like there is an open ticket for this feature #7268 |
5a1debc to
561552b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Note that this PR allows dashboard filters to override chart filters but is behind a Posthog feature flag.
The feature flag is going to be removed and available to everyone when we close the ticket: #7268
# [0.1057.0](0.1056.0...0.1057.0) (2024-04-04) ### Features * override chart filters with dashboard filters ([#8461](#8461)) ([354b37c](354b37c))
|
🎉 This PR is included in version 0.1057.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Relates to: #7268
Description:
Introduces a feature flag to let dashboard filters override the chart filter if they have the same target field.
dashboard.filter.override.-.Lightdash.-.4.April.2024.mp4
Reviewer actions