Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Apr 9, 2024
1 parent 2247620 commit 1720d36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tmapScaleContinuous.R
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ tmapScaleContinuous = function(x1, scale, legend, chart, o, aes, layer, layer_ar
if (is.null(sortRev)) {
ids = NULL
} else if (is.na(sortRev)) {
ids[] = 1L
ids = rep(1L, length(x1))
} else if (sortRev) {
if (vnum) {
ids = rank(-vals)
Expand Down

0 comments on commit 1720d36

Please sign in to comment.