tooltip_action | R Documentation |
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.