-
Notifications
You must be signed in to change notification settings - Fork 0
Barcharts small bar mouseover problem #389
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
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested the story and confirmed the example that does not work for mouseover for small values
Thanks - I'll leave it here for a week or so and probably merge after next week's Wednesday meeting (and some discussion) |
@bobular I think that if we adjust max range at dependent (y) axis range control, saying 100, then perhaps mouseover would work as small value bars are scaled up accordingly? |
Yes, that would make the bar bigger and clickable. It's a workaround, just like switching on log scale. Another possibility is to add a toggle switch to turn on/off displaying the values on the barchart. Both Barplot and Histogram have a I just hacked this in browser dev tools (set Not sure where this toggle switch would live? y-axis section? |
This needs some UX input I think. @danicahelb @SheenaTomko @nkittur-uga |
@bobular I like the idea to show values but isn't it troubled with overlay variable? (stacked in histogram and grouped in barplot) Perhaps showValues: false for overlay variable? 😃 |
@bobular I don't think i like the toggle to display values. we will likely add a toggle to add counts in each population and all of these different numbers will get very confusing! |
Loosely related to VEuPathDB/web-eda#1259
Just a draft at the moment, but we could merge, even if we don't find a solution.
I added a story to demonstrate.
I googled and tried a few things (including very large border widths) but nothing worked 😭
I commented on plotly/plotly.R#2114