Strange Line Plotly Chart

Hi guys, I don’t understand why the chart is getting me this strange line:

Can someone help me out?

Hello @Cocco,

This is due to the plotly chart that you are using.

Technically all of the points, 2021-01-01 00:00:00 -> 2021-01-01 23:59:59 are all the same point, and thus get displayed as such.

To display properly, you could try a scatter plot with lines+markers.