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 bd5f147 commit 89ee03bCopy full SHA for 89ee03b
NEWS
@@ -4,6 +4,8 @@ CHANGES:
4
5
Upgrade to plotlyjs v1.10.0 -- https://github.com/plotly/plotly.js/releases/tag/v1.9.0
6
7
+Distinguish between "built" (plotly_built) and "non-built" (plotly_hash) plotly objects. See #562
8
+
9
10
3.5.0 -- 19 Apr 2016
11
R/print.R
@@ -3,8 +3,6 @@
3
#' @param x a plotly object
#' @param ... additional arguments
#' @export
-#' @importFrom htmlwidgets createWidget
-#' @importFrom htmlwidgets sizingPolicy
print.plotly_hash <- function(x, ...) {
x <- as.widget(x)
print(x, ...)
0 commit comments