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

Figure out a way for sliders to be longer #1134

Open
ellisonbg opened this issue Feb 19, 2017 · 3 comments
Open

Figure out a way for sliders to be longer #1134

ellisonbg opened this issue Feb 19, 2017 · 3 comments
Milestone

Comments

@ellisonbg
Copy link
Member

When a slider has both a label and readout, the actual slider is a bit narrow. We should look at some various nice implementations of sliders (Material design, Shiny) and figure out a way so the width of our slider is never shorter than some minimum that is more reasonable.

Here is ours:

screen shot 2017-02-19 at 10 48 38 am

Material Design Lite:

screen shot 2017-02-19 at 10 49 08 am

Shiny:

screen shot 2017-02-19 at 10 49 52 am

https://shiny.rstudio.com/gallery/widget-gallery.html

@SylvainCorlay
Copy link
Member

I like the idea of laying out the readout vertically.

@jasongrout
Copy link
Member

FYI, we've thought of moving from the jqueryui slider to nouislider, which would automatically give us scales and tooltips, like in the Shiny example.

@jasongrout
Copy link
Member

From #347, it would be great if the min and max values of the slider were displayed.

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

3 participants