Skip to content

Commit

Permalink
fixed #843
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Mar 13, 2024
1 parent 25469b6 commit c64f26c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/tm_layers_symbols.R
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ v3_symbols = function(args, args_called) {
if ("legend.hist" %in% names(args) && args$legend.hist) {
fill.chart = tm_chart_histogram()
# to do: histogram title
} else {
fill.chart = tm_chart_none()
}

list(fill = fill,
Expand Down

0 comments on commit c64f26c

Please sign in to comment.