Last chance! 50% off unlimited learning
Sale ends in
The dyUnzoom plugin adds an "Unzoom" button to the graph when it's displaying in a zoomed state (this is a bit more discoverable than the default double- click gesture for unzooming).
dyUnzoom(dygraph)
Dygraph to add plugin to
Dygraph with Unzoom plugin enabled
# NOT RUN {
library(dygraphs)
dygraph(ldeaths) %>%
dyRangeSelector() %>%
dyUnzoom()
# }
Run the code above in your browser using DataLab