Description Usage Arguments Examples
Add a tooltip. Note that the visualisations being optimized for mobile there is no such thing as hover: tooltips show on click.
1 | mobile_tooltip(m, ...)
|
m |
An object of class |
... |
Named options from the official documentation. |
1 2 3 | mobile(cars) %>%
mobile_point(aes(speed, dist)) %>%
mobile_tooltip(snap = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.