Skip to content

Commit ca1464b

Browse files
committed
why disable 'off' in this case?
1 parent 18ccf76 commit ca1464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/tour-USArrests.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ subplot(tour, map, nrows = 2, margin = 0) %>%
7272
subplot(dend, shareY = FALSE, margin = 0) %>%
7373
hide_legend() %>%
7474
animation_opts(33, redraw = FALSE) %>%
75-
highlight("plotly_click", NULL, persistent = T, dynamic = T)
75+
highlight(persistent = TRUE, dynamic = TRUE)

0 commit comments

Comments
 (0)