Skip to content
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

Graph: Fixed series legend color for hidden series #16438

Merged
merged 2 commits into from
Apr 8, 2019

Conversation

Ijin08
Copy link
Contributor

@Ijin08 Ijin08 commented Apr 8, 2019

Investigating a bug with link colors I saw that they used lighten/darken instead of colors from the gray scale. So I replaced colors for headingColor, link and linkDisabled in dark theme and colors for linkDisabled and linkHover in light theme with colors from grayscale. I also changed color for strong in share-modal-in-text to text-color-empahises.

fixes #16432

…rom grayscale, replaced colors for linkDisabled and linkHover with colors from grayscale, changed color for sha-modal-in-text to text-color-empahises
@torkelo torkelo changed the title Fix for linkdisabled color bug Graph: Fixed series legend color for hidden series Apr 8, 2019
@torkelo torkelo added this to the 6.1.2 milestone Apr 8, 2019
@torkelo torkelo merged commit 70dcb6a into master Apr 8, 2019
@torkelo torkelo deleted the fixed-styling-for-links branch April 8, 2019 08:52
torkelo pushed a commit that referenced this pull request Apr 8, 2019
* replaced colors for headingColor, link and linkDisabled with colors from grayscale, replaced colors for linkDisabled and linkHover with colors from grayscale, changed color for sha-modal-in-text to text-color-empahises

* fixed snapshot

(cherry picked from commit 70dcb6a)
ryantxu added a commit to ryantxu/grafana that referenced this pull request Apr 9, 2019
* grafana/master: (27 commits)
  docs: fixes and update current version
  Docs: Updated changelog for v6.1.3
  Graph: fixed png rendering with legend to the right (grafana#16463)
  Fix: Disables auto open datasource picker on focus (grafana#16398)
  add some mock/stub guidelines to testing guideline (grafana#16466)
  Feat: Suggestion list in Explore is virtualized (grafana#16342)
  Docs: Updated roadmap issue to link to the pinned roadmap issues
  Graph: Fixed auto decimals in legend values (grafana#16455)
  Styling: Aligned heading (grafana#16456)
  add PromQL keyword for adhoc filter (grafana#16426)
  Singlestat: Use decimal override when manually specified (grafana#16451)
  Graph: follow-up graph decimals fix, grafana#16414 (grafana#16450)
  Chore: use remote cache instead of session storage (grafana#16114)
  Docs: Minor changelog tweak
  Docs: Updated changelog with v6.1.2 release issues
  datasource: fix disable query when using mixed datasource (grafana#16409)
  Graph: Fixed series legend color for hidden series (grafana#16438)
  Templating: Fixed loading React variable query editor (grafana#16439)
  Styles: Fixed left menu highlight (grafana#16431)
  Fix: remove test artefact (grafana#16411)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Showing/hiding series from the legend does not change the text color of the series name
2 participants