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 2055abd commit a72d016Copy full SHA for a72d016
tests/testthat/test-plotly-colorscale.R
@@ -45,6 +45,7 @@ test_that("Can specify contour colorscale", {
45
)
46
}
47
48
+ pal <- scales::colour_ramp(c("red", "green"))
49
colorScale <- list(
50
val = seq(0, 1, by = 0.1),
51
col = pal(seq(0, 1, by = 0.1))
0 commit comments