Explorar el Código

Retrait fonction play

master
Maxime Wack hace 7 años
padre
commit
73dc083580
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app.R

+ 1
- 1
app.R Ver fichero

@@ -66,7 +66,7 @@ ui <- bootstrapPage(
checkboxGroupInput("check_sexe", "Sexe", c("Homme", "Femme"), c("Homme", "Femme"))
),
absolutePanel(bottom = 10, left = "2.5%", width = "75%",
sliderInput("slider_date", "Dates", width = "100%", step = 30, min = min_date, max = max_date, value = c(max_date - years(1), max_date), animate = animationOptions(interval = 1000))
sliderInput("slider_date", "Dates", width = "100%", min = min_date, max = max_date, value = c(max_date - years(1), max_date))
)
)



Cargando…
Cancelar
Guardar