test_that("geom_blank", {
l <- ggplotly(qplot())$x
expect_length(l$data, 1)
expect_false(l$data[[1]]$visible)
l <- ggplotly(ggplot())$x
expect_length(l$data, 1)
expect_false(l$data[[1]]$visible)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.