Skip to content

Commit b5034a4

Browse files
committed
fix typo demo; closes #1347
1 parent a245f20 commit b5034a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/crosstalk-highlight-leaflet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ library(htmltools)
77
# leaflet should respect these "global" highlight() options
88
options(opacityDim = 0.5)
99

10-
sd <- crosstalk_unit(quakes)
10+
sd <- highlight_key(quakes)
1111

1212
p <- plot_ly(sd, x = ~depth, y = ~mag) %>%
1313
add_markers(alpha = 0.5) %>%

0 commit comments

Comments
 (0)