dwww Home | Show directory contents | Find package

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!

Generated by dwww version 1.15 on Fri Jun 21 22:18:48 CEST 2024.