How to keep zoom in dygraph after changes in forecast parameters
Shiny applications can respond to changes in the dateWindow via a special date_window input value. For example, if the output id of a dygraph is series then the current date window can be read from input$series_date_window as an array of two date values (from and to).