powered by
Set tooltip options
v_specs_tooltip(vc, ..., .reset = FALSE)
A vchart()
vchart()
htmlwidget object.
htmlwidget
An htmlwidget created with vchart().
Options for the tooltip, see examples or online documentation.
Reset previous tooltip configuration before updating.
library(vchartr) data("mpg", package = "ggplot2") vchart(table(Class = mpg$class, Year = mpg$year)) %>% v_bar(aes(Class, Freq, fill = Year)) %>% v_specs_tooltip( visible = FALSE )
Run the code above in your browser using DataLab