-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
BUG: Dashboard filters "stick" to second part of Mixed Chart #20961
Labels
#bug
Bug report
Comments
sfirke
changed the title
Dashboard filters "stick" to second part of Mixed Chart
BUG: Dashboard filters "stick" to second part of Mixed Chart
Aug 3, 2022
Seems like it could be related to #20952 |
Hi, is there any follow up for this? We have replicated the same issue in our project. Look forward to find the fix |
Yep #21450 looks promising as a fix, thank you! Any chance this could make it into the 2.0.1 release? I just added a comment on that discussion thread requesting it. EDIT I see it is being included there, FYI to others. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My mixed chart (with stacked bars and a five year rolling total line) on a dashboard starts off correct, but after some filtering on the dashboard, the filter conditions persist only with the rolling total line (Query B).
Here's the current state of the dashboard - see no filters applied and I've removed the filter related to bicycles:
Note that the Five Year Rolling Average line is way at the bottom, that's the problem due to the incorrectly-persisted filtering.
Then I click View Query and can see that the correct filtering is applied to the stacked bars (Query A) but a lot of previous filtering is also applying to the rolling line, Query B:
Query A SQL
Query B SQL - Lots of extra filtering incl. a repeated filter and the bicycle filter which I've since deleted:
That's confirmed when I click Edit Chart and see two different sets of filters applied:
vs.
Environment
(please complete the following information):
ALERT_REPORTS, ENABLE_SCHEDULED_EMAIL_REPORTS, DASHBOARD_RBAC, GENERIC_CHART_AXES, EMAIL_NOTIFICATIONS
Checklist
Make sure to follow these steps before submitting your issue - thank you!
The text was updated successfully, but these errors were encountered: