We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf08221 commit b5cbae3Copy full SHA for b5cbae3
R/style.R
@@ -64,6 +64,7 @@ style <- function(p, ..., traces = NULL) {
64
#' @param trace a single plotly trace
65
#' @param path character vector of path elements pointing to a trace property: c("marker", "line", "size")
66
#' @param value a value to assign to that trace property
67
+#' @noRd
68
trace_replace <- function(trace, path, value) {
69
if (length(path) == 0) return(trace)
70
if (length(path) == 1) {
0 commit comments