Skip to content

Commit 719eaac

Browse files
committed
Add back missing layout attribute
1 parent 504c33f commit 719eaac

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
@@ -424,7 +424,7 @@ verify_attr_names <- function(p) {
424424
# some layout attributes (e.g., [x-y]axis can have trailing numbers)
425425
attrs_name_check(
426426
sub("[0-9]+$", "", names(p$x$layout)),
427-
c(names(Schema$layout$layoutAttributes), c("barmode", "bargap", "mapType")),
427+
c(names(Schema$layout$layoutAttributes), c("barmode", "bargap", "bargroupgap", "mapType")),
428428
"layout"
429429
)
430430
attrs_name_check(

0 commit comments

Comments
 (0)