Skip to content

Commit

Permalink
Update ui.R
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Apr 28, 2023
1 parent 5b6f6ee commit b857d82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ page_navbar(

conditionalPanel(
"input.showpanel",
selectInput("macrozona", tags$small("Macrozona"), opt_macrozona, selected = "zona central"),
selectInput("macrozona", tags$small("Macrozona"), opt_macrozona, selected = "zona central", multiple = TRUE),
selectInput("unidad", tags$small("Unidad administrativa"), opt_unidad),
selectInput("variable", tags$small("Variable"), opt_variable, selected = "pre"),
sliderTextInput("fecha", tags$small("Fecha"), opt_fecha, selected = max(opt_fecha)),
sliderTextInput("fecha", tags$small("Fecha"), opt_fecha, selected = c(tail(opt_fecha, 12 * 20)[1], tail(opt_fecha, 1))),

conditionalPanel(
"input.showchart",
Expand Down

0 comments on commit b857d82

Please sign in to comment.