powered by
This function must be called within a reactive shiny context.
iheatmapr_event( object, event = c("hover", "click", "relayout"), session = shiny::getDefaultReactiveDomain() )
Iheatmap-class object
Iheatmap-class
The type of plotly event. Currently 'plotly_hover', 'plotly_click', 'plotly_selected', and 'plotly_relayout' are supported.
a shiny session object (the default should almost always be used).
if (FALSE) { shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr")) }
Run the code above in your browser using DataLab