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

fix(core): keep custom fill colors if custom getIsFilled is passed #1055

Merged

Conversation

Akshat55
Copy link
Collaborator

@Akshat55 Akshat55 commented Jun 29, 2021

Keep custom fill colors if custom getIsFilled is passed on mouseover for line graph
fix #1032

Updates

  • list
  • out
  • updates
  • here (and don't forget to link the issues)

Demo screenshot or recording

Screen.Recording.2021-06-29.at.10.26.12.AM.mov

Review checklist (for reviewers only)

  • Demos all features
  • Documented/annotated
  • Matches UI/UX specs
  • Meets the [code style guide]
  • Accessible
  • Mobile first (responsive)
  • RTL support (bidirectional text)
  • Performant (limited bloat)

@Akshat55 Akshat55 requested review from theiliad and a team as code owners June 29, 2021 14:36
@Akshat55 Akshat55 requested review from cal-smith and zvonimirfras and removed request for a team June 29, 2021 14:36
@Akshat55
Copy link
Collaborator Author

What color should the tooltip be displaying? The line or the dot fill-color?

@theiliad
Copy link
Member

What color should the tooltip be displaying? The line or the dot fill-color?

the datapoint still belongs to the datagroup, so the line color is fine

@theiliad theiliad added the type: bug 🐛 Something isn't working label Jun 29, 2021
@theiliad theiliad merged commit b5dac70 into carbon-design-system:master Jun 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug 🐛 Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getFillColor colors are being ignored when thresholds are in use
2 participants