Skip to content

Commit

Permalink
https://github.com/r-tmap/tmap/issues/819#issuecomment-2301911276
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 22, 2024
1 parent d4f4850 commit 8db2cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/tmapScaleComposition.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tmapScaleComposition = function(..., scale, legend, chart, o, aes, layer, layer_
ct = NULL # what is it again?
cls = c("fact", "unord")

scale = get_scale_defaults(scale, o, aes, layer, cls, ct)
scale = tmap::get_scale_defaults(scale, o, aes, layer, cls, ct)

show.messages <- o$show.messages
show.warnings <- o$show.warnings
Expand Down

0 comments on commit 8db2cff

Please sign in to comment.