r - Dygraph legend time-date format change to include day of week -
hello using r dygraphs
package, , able change legend time-date format include day of week (i.e. "%a")
i have looked in dyoptions
, dylegend
cannot see me this...
below simple example...but ideally in shiny app...
library(dygraphs) library(xts) dygraph(xts(rnorm(100),sys.time()+seq(100)),main='random_graph')
Comments
Post a Comment