jQuery UI Interactions and Effects for Shiny
The shinyjqui package is an R wrapper for jQuery UI javascript library. It allows user to easily add interactions and animation effects to a shiny app.
You can install the stable version from CRAN, or the development version from github with:
# install from CRAN install.packages('shinyjqui')for the development version
devtools::install_github("yang-tang/shinyjqui")
# load packages library(shiny) library(shinyjqui) library(ggplot2) library(highcharter)
server
server
server % hc_legend(enabled = FALSE) }) output$gg
server
server 0) { jqui_remove_class('#foo', paste(class_to_remove, collapse = ' '), duration = 1000)} if(length(class_to_add) > 0) { jqui_add_class('#foo', paste(class_to_add, collapse = ' '), duration = 1000)} })}
ui
server
ui
ui