-
-
Notifications
You must be signed in to change notification settings - Fork 143
RangeSlider: out-of-range labels #517
Comments
Ah, the fact that the labels in that image overlap the box they're in seems like a bad thing. But what bothered me more in that dashR discussion was what you originally had - if your range is -5 to 6 and you have labels at values beyond 6:
In that image, "Label 1" is at a value of 6, and that should be the last one drawn. The rest should (I think) simply be ignored, rather than get drawn at inaccessible locations. The alternative would be to automatically extend the range to include all defined labels, but I feel like there's a use case for "here are all the possible labels" and sometimes restricting the range to a subset of that without needing to also filter the labels. |
@TahiriNadia was this closed on purpose? |
I'm thinking it was done? But it's not the case, I reopen it. Thank you @alexcjohnson for this comment. |
if you put labels outside the slider range, they are still drawn, but they shouldn’t be
see here FYI plotly/dashR#80 (comment)
Example:
The text was updated successfully, but these errors were encountered: