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 32b626e commit 5d4f6ecCopy full SHA for 5d4f6ec
R/gghighlight.R
@@ -136,7 +136,7 @@ gghighlight <- function(
136
VERY_SECRET_COLUMN_NAME <- sym("highlight..........")
137
138
#' @export
139
-ggplot_add.gg_highlighter <- function(object, plot, object_name) {
+ggplot_add.gg_highlighter <- function(object, plot, ...) {
140
if (length(plot$layers) == 0) {
141
plot$data <- sieve_data(
142
plot$data,
0 commit comments