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).
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 |
Dygraph to add plugin to |
Dygraph with Unzoom plugin enabled
library(dygraphs) dygraph(ldeaths) %>% dyRangeSelector() %>% dyUnzoom()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.