tsviz
tsviz copied to clipboard
Doesnt recognize data as time-serie.
Hello, in my R version (4.2.2) your package doesn't recognize y data as time-series.

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