PCdLf / e4dashboard

Shiny dashboard to visualize and process e4 data
5 stars 8 forks source link

x-axis limits of dygraph? #3

Closed RemkoDuursma closed 3 years ago

RemkoDuursma commented 5 years ago

This should work (?) but doesnt

library(dygraphs)
dygraph(lungDeaths) %>%
  dyAxis("x", valueRange = c(ymd_hm("1970-1-1 13:00"), NULL))