Skip to content

Commit 69d6149

Browse files
committed
Add back missing layout attribute
1 parent 593be3c commit 69d6149

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ verify_attr_names <- function(p) {
421421
# some layout attributes (e.g., [x-y]axis can have trailing numbers)
422422
attrs_name_check(
423423
sub("[0-9]+$", "", names(p$x$layout)),
424-
c(names(Schema$layout$layoutAttributes), c("barmode", "bargap", "mapType")),
424+
c(names(Schema$layout$layoutAttributes), c("barmode", "bargap", "bargroupgap", "mapType")),
425425
"layout"
426426
)
427427
attrs_name_check(

0 commit comments

Comments
 (0)