0

I'm having issues with the slider range displaying information it is not supposed to. This is what it looks like: range slider issue

The numbers before the first comma are what I want displayed. My other range sliders are displaying just fine using the exact same code.

column(width=5,sliderInput("Macd", label = h4("MACD Delta"), min = min_delta, 
max = max_delta, value = c(min_delta, max_delta)))

sample data image

itsmario
  • 21
  • 2
  • Hard to say without any sample of the data used to set the slider input range – CER Nov 07 '17 at 17:55
  • @user6617454 I added an image of the data. – itsmario Nov 07 '17 at 18:06
  • 2
    Pictures are usually not helping to reproduce your data. Please follow [link](https://stackoverflow.com/questions/5963269/how-to-make-a-great-r-reproducible-example) and use `dput()` on your dataframe – CER Nov 07 '17 at 18:17

0 Answers0