Wrong data type while using dygraph R

Hi,

dygraphs only works with xts time series objects (or any object convertible to xts) as the documentation suggest.

Converting the data.frame into a xts object should solve the issue.

Regards,

4 Likes