Nothing
#' Keep a fixed view that include all of the data
#'
#' This view keeps positional scales fixed across all frames
#'
#' @family views
#'
#' @export
#' @importFrom ggplot2 ggproto
view_static <- function() {
ggproto("ViewStatic", View)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.