Skip to content
Snippets Groups Projects
Commit 19f0c92d authored by Tom Rushby's avatar Tom Rushby
Browse files

Add animation to slider.

parent 95becad0
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,8 @@ ui <- fluidPage( ...@@ -168,7 +168,8 @@ ui <- fluidPage(
wellPanel("Use slider to select year to view in panel below and mouse-over to view more detail"), wellPanel("Use slider to select year to view in panel below and mouse-over to view more detail"),
sliderInput("yearSlider", label = "Year", min = 2005, sliderInput("yearSlider", label = "Year", min = 2005,
max = 2018, value = 2018, step = 1, round = TRUE, max = 2018, value = 2018, step = 1, round = TRUE,
ticks = FALSE, width = "90%", sep = ""), ticks = FALSE, width = "90%", sep = "",
animate = animationOptions(1200)),
tabsetPanel( tabsetPanel(
tabPanel("Authorities compared", tabPanel("Authorities compared",
plotOutput("plot_by_auth", height = "500px") plotOutput("plot_by_auth", height = "500px")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment