mobile_tooltip: Tooltip

Description Usage Arguments Examples

View source: R/aspects.R

Description

Add a tooltip. Note that the visualisations being optimized for mobile there is no such thing as hover: tooltips show on click.

Usage

1

Arguments

m

An object of class mobile as returned by mobile.

...

Named options from the official documentation.

Examples

1
2
3
mobile(cars) %>% 
 mobile_point(aes(speed, dist)) %>% 
 mobile_tooltip(snap = TRUE)

RinteRface/mobileCharts documentation built on Feb. 14, 2020, 2:31 a.m.