Show & Hide Tooltip
Show or hide tooltip.
e_showtip(e, ..., btn = NULL) e_hidetip(e, ..., btn = NULL)
e |
An |
... |
Any options, see official documentation |
btn |
A |
The tooltip must be initialised with e_tooltip
for this to work.
cars %>% e_charts(dist) %>% e_scatter(speed) %>% e_tooltip() %>% e_hidetip(btn = "btn") %>% e_button("btn", "Hide tooltip")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.