xtreamsrl/tsviz

Doesnt recognize data as time-serie.

Opened this issue · 1 comments

Hello, in my R version (4.2.2) your package doesn't recognize y data as time-series.
Sin título_2
Sin título_1

@Niko8416 the class of you column "date" needs to be Date. Try using:
df$date <- as.Date(df$date)