examples/set_tooltip_fixed.R

library(apexcharter)
data("economics", package = "ggplot2")

apex(
  data = tail(economics, 350), 
  mapping = aes(x = date, y = uempmed),
  type = "line"
) %>% 
  set_tooltip_fixed()
dreamRs/apexcharter documentation built on June 17, 2024, 10:09 p.m.