man-roxygen/ex-flightfreq.R

\donttest{
p <- figure(width = 1000) %>%
  ly_points(date, Freq, data = flightfreq,
    hover = list(date, Freq, dow), size = 5) %>%
  ly_abline(v = as.Date("2001-09-11"))
p
}
bokeh/rbokeh documentation built on Nov. 3, 2023, 2:36 a.m.