-
Notifications
You must be signed in to change notification settings - Fork 12.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] Can't select color in "Display Override" menu #9715
Comments
I can confirm this bug with the following config: Chrome: 62.0.3202.6 No color palette is presented when attempting to use "+ > Color > Change" menu on the Series Override dialog. |
Yes, confirmed. |
* grafana/master: (24 commits) Adding energy, area, and acceleration units (grafana#9336) tests: migrated tests for link_srv to jest, grafana#9666 Transitioning fig to docker-compose v3 tests: migrated tests for link_srv to jest, grafana#9666 fix for dashboard tag link bug, fixes grafana#9737 (grafana#9739) github: dont require bug/fr in title changelog: adds note about closing grafana#9713 converted confirm_click.js to .ts (grafana#9674) Update codecov.yml Update CHANGELOG.md change default sslmode for postgres to verify-full (grafana#9736) fix: color picker bug at series overrides page, grafana#9715 (grafana#9738) Update ROADMAP.md tech: switch to golang 1.9.2 always quote template variables for mysql when multi-value is allowed (grafana#9712) always quote template variables for postgres when multi-value or include (grafana#9714) fix: dashboard links dropdown toggle did not update view, fixes grafana#9732 docs: adds prom grafana dashboard more link fixes fixed link issues ...
I confirmed that with Grafana v4.6.1 (commit: cac8b97) it works like a charm. And we have now the possibility to choose custom colors (outside of the standard palette) and you see the modification in real time on your chart. Great job! Thanks for the reactivity and the quality of your work. |
Environment
Bug
When editing a Panel Graph, on the Display / Series Override tab, we don't see color palette in the menu when trying to change series color. This prevents to change the color.
It seems similar to the closed issue: #3554
Expected behavior
See the color palette in the menu allowing color selection.
The text was updated successfully, but these errors were encountered: