-
Notifications
You must be signed in to change notification settings - Fork 14
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
Legend displays some selected properties inconsistently #164
Comments
Interesting, I tried repro-ing this on both play grafana and locally, and what I got was it just returning the data for the first property. Which is still a bug, but a slightly different one. |
Working on a test environment to figure out where this bug lives. |
@taleena I've tried to reproduce on play.grafana.org and it's not quite what I described. |
Per TM team, seems this could be an issue with the times series panel, or in the way TM is sending the query in the backend and we should take a look there. |
Grafana + Twinmaker team to collab on this |
Try to repro in a newer version - there haven't been customer/user complaints thus far. |
What happened:
Some weird behavior around the Legend: sometimes choosing "Temperature," for example, causes "Temperature" to just continue displaying on the legend, even if it is a duplicate.
Screen.Recording.2023-05-10.at.11.24.16.mov
What you expected to happen:
It should show the properties which were selected.
How to reproduce it (as minimally and precisely as possible):
See the above screen recording on https://play.grafana.org/d/TRA53ITVz/main-dashboard?orgId=1
Play around with the Selected Properties, removing them, adding them back -- you should see the the inconsistent behavior.
For example, selecting Mixer entity > Temperature + RPM Properties in the same query only displays Temperature twice on the panel. However if you choose RPM alone, Temperature still displays.
Environment:
The text was updated successfully, but these errors were encountered: