Time Series with dygraphs

Modify the dyOptions to customize the graph’s appearance:

dygraph(ldeaths) %>% 
  dyOptions(fillGraph = TRUE, drawGrid = TRUE)