10 Shiny examples
The package contains Shiny examples available in the shiny
directory of the package (system.file("shiny", package = "ggiraph")
).
Use function run_girafe_example
to launch the applications in showcase mode. They can be used to better understand how to use girafe graphics with shiny applications.
The following applications are available: cars
, click_scale
, crimes
, DT
, dynamic_ui
, iris
, gender
, maps
and modal
.
10.1 Panel selections usage (server side)
run_girafe_example("crimes")
10.2 Legend selections usage (server side)
run_girafe_example("click_scale")
10.3 onclick actions (client side).
run_girafe_example("DT")
10.4 Girafe reactivity showoff
run_girafe_example("gender")