Skip to content

Commit ea92252

Browse files
change default label offset to same as default L.tooltip offset 0,0
1 parent f448c72 commit ea92252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/layers.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ labelOptions <- function(
508508
className = '',
509509
direction = 'right',
510510
#pane = NULL,
511-
offset = c(12,-15),
511+
offset = c(0,0),
512512
opacity = 1,
513513
textsize = "10px",
514514
textOnly = FALSE,

0 commit comments

Comments
 (0)