Skip to content

Commit

Permalink
fixed #724
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 20, 2024
1 parent db0ec66 commit 10c796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/step1_helper_facets.R
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ step1_rearrange_facets = function(tmo, o) {
uvalue = unlist(value)
data_vars = all(uvalue %in% shpvars)
geo_vars = all(uvalue %in% c("AREA", "LENGTH", "MAP_COLORS")) && !data_vars
if (data_vars) vars = uvalue
if (data_vars || geo_vars) vars = uvalue else vars = character(0)
} else {
data_vars = FALSE
geo_vars = FALSE
Expand Down

0 comments on commit 10c796b

Please sign in to comment.