Skip to content

Commit

Permalink
Update API example
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycapivara committed May 27, 2020
1 parent 3e1eb81 commit 74f70ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion inst/examples/deckgl-api-reference/path-layer.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ properties <- list(
getPath = ~path,
getColor = ~color,
getWidth = 5,
tooltip = "{{name}}"
tooltip = ~name
)

deck <- deckgl(pitch = 25, zoom = 10.5) %>%
Expand Down
2 changes: 1 addition & 1 deletion man/add_path_layer.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 74f70ad

Please sign in to comment.