Skip to content

Commit 9d80d31

Browse files
committed
add to the growing list of valid plotly.js methods
1 parent 1e8f9b9 commit 9d80d31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

R/proxy.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ plotlyProxyInvoke <- function(p, method, ...) {
100100
plotlyjs_methods <- function() {
101101
c(
102102
"restyle", "relayout", "update", "addTraces", "deleteTraces", "moveTraces",
103-
"extendTraces", "prependTraces", "purge", "toImage", "downloadImage", "animate"
103+
"extendTraces", "prependTraces", "purge", "toImage", "downloadImage", "animate",
104+
"newPlot", "react", "validate", "makeTemplate", "validateTemplate", "addFrames"
104105
)
105106
}
106107

0 commit comments

Comments
 (0)