-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Pie chart colors updating sporadically #12914
Comments
updating the colors on dashboard should have no effect on saved visualization (as thats set in dashbards uiState) dashboard color should always override the color set on vis. the other thing is that color is asigned to label, when a new IP appears, it will get assigned a new random color ... i am not sure if new ips pop up here, its moving a bit too fast. do you have a video of this which i can play forward/backward ? |
The ips should all be the same - I never changed the timestamp, so that shouldn't be it. Here are some steps where I encountered the issue, but I tried them a second time and can't consistently repro:
Now I'm having a hard time reproing it at all. hmmmmm.... |
Just reproed again, but not consistently. Very strange. At least, it looks like the dashboard color selections aren't overriding the visualization choices. It just seems like one pie slice sporadically changes back to the default color. |
@ppisljar in the first gif, the ip In the last screen shot, there is the addition of |
Hm, actually this might not be a bug - or at least the part with the changing ips. Looks like makelogs generates logs in the future now, so indeed it appears that I am getting an influx of data which is changing the "top 5" ips that should show up in the chart. |
Going to close, assuming this was just a mistake regarding the updating IPs. A closer look at the gif reveals that the |
It appears that updating a pie chart's colors on a dashboard, and then again on the pie chart itself, have varying results. Once a totally random color that I didn't select showed up. I didn't find any consistency or pattern, but this gif will show how random color choices from dashboard are showing up in the visualization, as well as some of the custom visualization colors showing up in the dashboard, but not all of them.
I only tested this on master, not sure if it's a new bug or something existing.
cc @ppisljar @thomasneirynck
The text was updated successfully, but these errors were encountered: