Skip to content

Commit 9889045

Browse files
Yunuuuuteunbrand
andauthored
add dots for future extending
Co-authored-by: Teun van den Brand <[email protected]>
1 parent 15ae9d1 commit 9889045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/facet-.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Facet <- ggproto("Facet", NULL,
9494
map_data = function(data, layout, params) {
9595
cli::cli_abort("Not implemented.")
9696
},
97-
setup_panel_params = function(self, panel_params, coord) panel_params,
97+
setup_panel_params = function(self, panel_params, coord, ...) panel_params,
9898
init_scales = function(layout, x_scale = NULL, y_scale = NULL, params) {
9999
scales <- list()
100100
if (!is.null(x_scale)) {

0 commit comments

Comments
 (0)