View source: R/interact_tooltip.R
show_tooltip | R Documentation |
Send a message to the client to show or hide a tooltip
show_tooltip(session, l = 0, t = 0, html = "")
hide_tooltip(session)
session |
A Shiny session object. |
l |
Pixel location of left edge of tooltip (relative to page) |
t |
Pixel location of top edge of tooltip (relative to page) |
html |
HTML to display in the tooltip box. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.