View source: R/image-interact-opts.R
This generates an object representing hovering options, to be passed as the
hover
argument of imageOutput
or
plotOutput
.
1 2 |
id |
Input value name. For example, if the value is |
delay |
How long to delay (in milliseconds) when debouncing or throttling, before sending the mouse location to the server. |
delayType |
The type of algorithm for limiting the number of hover
events. Use |
clip |
Should the hover area be clipped to the plotting area? If FALSE, then the server will receive hover events even when the mouse is outside the plotting area, as long as it is still inside the image. |
nullOutside |
If |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.