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

Slider plot : threshold slider not working #1

Open
RCura opened this issue Jan 12, 2015 · 1 comment
Open

Slider plot : threshold slider not working #1

RCura opened this issue Jan 12, 2015 · 1 comment

Comments

@RCura
Copy link
Contributor

RCura commented Jan 12, 2015

When changing the minimal thickness slider, threshold slider goes back to its default.
That's due to the use of renderUI, that is refreshed when minimal thickness changes, and thus, renders a new default slider.

There are 2 solutions :

  • Keep the renderUI logic, but save the values when the slider is updated, and put back this value (using updateSliderInput) each time the renderUI is called.
  • Use the new version of shiny (10.2.9xxx, still in shiny master), that allows, with the new sliders, to define min and max properties in updateSliderInput. The look changes a lot though
@RCura
Copy link
Contributor Author

RCura commented Jan 13, 2015

Design of the new sliders :
capture du 2015-01-13 15 43 33

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

1 participant