-
Notifications
You must be signed in to change notification settings - Fork 41
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
"larger" slider does not match chart #132
Comments
mejackreed
added a commit
that referenced
this issue
Jan 13, 2021
Inspired by some of the analysis and comments in #132, this is a straight refactor to move JavaScript around. This allows for adopters to modify BlacklightRangeLimit functions, without having to override entire files. For example: ```javascript BlacklightRangeLimit.display_ratio = 1 ``` Would produce a square plot area. Previously this type of customization was not possible.
mejackreed
added a commit
that referenced
this issue
Jan 13, 2021
Inspired by some of the analysis and comments in #132, this is a straight refactor to move JavaScript around. This allows for adopters to modify BlacklightRangeLimit functions, without having to override entire files. For example: ```javascript BlacklightRangeLimit.display_ratio = 1 ``` Would produce a square plot area. Previously this type of customization was not possible.
mejackreed
added a commit
that referenced
this issue
Jan 13, 2021
Inspired by some of the analysis and comments in #132, this is a straight refactor to move JavaScript around. This allows for adopters to modify BlacklightRangeLimit functions, without having to override entire files. For example: ```javascript BlacklightRangeLimit.display_ratio = 1 ``` Would produce a square plot area. Previously this type of customization was not possible.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"view larger" is a nice feature.
But the slider does not have the same width as the chart:
This ends up looking especially confusing when you select a sub-range, since the slider handles and chart selection don't line up:
If I remove the
max-width
CSS from thep.range.subsection
, it looks right again, with slider handles lining up with selection:Not sure if this would have to be done in CSS to apply only to "larger" view, not sure why this max-width was there in the first place or what purpose it serves.
The text was updated successfully, but these errors were encountered: