#'Theme to use with geom_timeline
#'
theme_eq <-
ggplot2::theme_classic() +
ggplot2::theme(
axis.line.y = ggplot2::element_blank(),
axis.ticks.y = ggplot2::element_blank(),
legend.position = "bottom"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.