-
Notifications
You must be signed in to change notification settings - Fork 950
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
FloatRangeSlider fixes/enhancements #347
Comments
…alized with a dict. Replace Layout and Style trait types with the new InstanceDict trait type. Add slider style traits where needed to support handle_color. This fixes part of jupyter-widgets#347.
Fixed by #1253. |
All of the infrastructure was there, it just wasn’t exposed to python. Fixes jupyter-widgets#347.
We'll move this to the larger discussion of slider style at #1134. |
would be nice to include a "linspace" option in the place of "step" for FloatRangeSlider |
@solomonvimal Please open a new issue for feature requests. Commenting on a closed issue is the best way to make sure your feature request gets forgotten. |
@vidartf thanks, done! |
@Arun-Verma noted a few improvements for FloatRangeSlider:
The text was updated successfully, but these errors were encountered: