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

Better fallback border color for axis common hover labels #2589

Merged
merged 1 commit into from
Apr 27, 2018

Conversation

alexcjohnson
Copy link
Collaborator

Fixes #2557
cc @etpinard

@@ -1918,7 +1918,7 @@ describe('Test hover label custom styling:', function() {
text: [20, 'Arial', 'rgb(255, 0, 0)']
});
assertCommonLabel({
path: ['rgb(255, 255, 255)', 'rgb(255, 255, 255)'],
path: ['rgb(255, 255, 255)', 'rgb(68, 68, 68)'],
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We had the perfect test... locking down the wrong behavior 🤓

@etpinard etpinard added bug something broken status: reviewable labels Apr 27, 2018
@etpinard
Copy link
Contributor

Very nice FABF (aka Friday afternoon bug fix) 💃

@alexcjohnson alexcjohnson merged commit 74d7e00 into master Apr 27, 2018
@alexcjohnson alexcjohnson deleted the light-common-hoverlabel branch April 27, 2018 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug something broken
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants