-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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
fix: Apply custom label colors in the Dashboard immediately #16637
Conversation
Codecov Report
@@ Coverage Diff @@
## master #16637 +/- ##
=======================================
Coverage 76.92% 76.92%
=======================================
Files 1031 1031
Lines 55151 55165 +14
Branches 7498 7504 +6
=======================================
+ Hits 42426 42438 +12
- Misses 12473 12474 +1
- Partials 252 253 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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.
@kgabryje @villebro what I found is that even in the current implementation the It remains the problem of how we pass the label colors to the chart when coming from the Dashboard to Explore. However, that is a much bigger problem and will need to be tackled in a separate PR. |
…issue_11677_save_label_colors
@kgabryje you are perfectly right but this was a funny one. Basically, the reason why |
/testenv up |
@geido Ephemeral environment spinning up at http://34.212.207.74:8080. Credentials are |
Closing this in favour of #17089 which is going to cover all the other cases |
Ephemeral environment shutdown and build artifacts deleted. |
SUMMARY
This PR fixes an issue with the custom label colors not being applied on the fly.
BEFORE
Please check issue #11677
AFTER
Test.dashboard.2.mp4
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION