Skip to content

Commit

Permalink
#910 also working in view mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Aug 5, 2024
1 parent 095e0c0 commit 6c6e0bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/process_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ process_meta = function(o, d, cdt, aux) {
fixedMargins = outer.margins + meta.buffers * 2 + meta.margins + xylab.margins + panel.xtab.size + grid.buffers + grid.margins
} else { #if (gs == "Leaflet") {
grid.buffers = rep(0, 4)
grid.labels.show = c(FALSE, FALSE)
grid.margins = rep(0, 4)
fixedMargins = rep(0, 4)
panel.wrap.size = rep(0, 4)
Expand Down

0 comments on commit 6c6e0bb

Please sign in to comment.