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

Considerations on handling Boxplot when computed height is non-positive #1628

Open
zwelz3 opened this issue Oct 2, 2023 · 0 comments
Open

Comments

@zwelz3
Copy link

zwelz3 commented Oct 2, 2023

Boxplot height calculated on front-end here.

This results in a mark that cannot be interacted with when d.boxLower - d.boxUpper <= 0 (which happens when all values are the same).

Does it make sense to implement a minimum height that enables interaction e.g. on_element_click and on_hover for this edge case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant