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(discover): only disable y axis checkbox if at maximum selected #28877

Merged
merged 1 commit into from
Sep 28, 2021

Conversation

edwardgou-sentry
Copy link
Contributor

@edwardgou-sentry edwardgou-sentry commented Sep 27, 2021

Previously if the user had 3 yAxis selected, we would disable the entire row and checkboxes for all other yAxis options.
Since we've added the feature to exclusively select yAxis options by clicking on an option row, we no longer need to disable the row, only the checkbox needs to be disabled
image
This change updates the option disabling to only affect the checkbox and moves the tooltip to the checkbox element

@edwardgou-sentry edwardgou-sentry requested a review from a team as a code owner September 27, 2021 22:13
@edwardgou-sentry edwardgou-sentry requested review from a team September 27, 2021 22:13
@evanpurkhiser
Copy link
Member

Code looks good to me

@edwardgou-sentry
Copy link
Contributor Author

Code looks good to me

Thanks Evan!

@edwardgou-sentry edwardgou-sentry merged commit 457d700 into master Sep 28, 2021
@edwardgou-sentry edwardgou-sentry deleted the fix/discover-yaxis-only-disable-checkbox branch September 28, 2021 16:42
@github-actions github-actions bot locked and limited conversation to collaborators Oct 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants