We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1a79f5 commit 835d1a6Copy full SHA for 835d1a6
tests/testthat/test-style.R
@@ -1,7 +1,7 @@
1
context("style/restyle functionality")
2
3
p1 <- plot_ly(x = 1:10, y = 1:10, symbol = I(15))
4
-marker1 <- plotly_build(p)$x$data[[1]]$marker
+marker1 <- plotly_build(p1)$x$data[[1]]$marker
5
6
test_that("Whole update works as expected", {
7
p2 <- style(p1, marker = list(color = "red"))
0 commit comments