show_tooltip: Send a message to the client to show or hide a tooltip

Description Usage Arguments

View source: R/interact_tooltip.R

Description

Send a message to the client to show or hide a tooltip

Usage

1
2
3
show_tooltip(session, l = 0, t = 0, html = "")

hide_tooltip(session)

Arguments

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.


rpruim/ggvis2 documentation built on May 28, 2019, 2:34 a.m.