tests/testthat/test-ggplot-resize.R

test_that("ggplotly shouldn't populate layout.[width/height] by default", {
  lay <- ggplotly(qplot(1:10))$x$layout
  expect_null(lay$height)
  expect_null(lay$width)
})

# TODO: test the functionality client side!
ropensci/plotly documentation built on Sept. 9, 2024, 11:30 p.m.