score:2

Accepted answer

it turns out that you can't use date in the x axis of your data. instead, use the unix timestamp of the date: date.gettime(). major props to floppydisk for pointing me in the right direction.

score:3

i had the same issue, but it was everything normal with timestamps on x axis.

resolved it by sorting data by ascending (provided firstly in reversed order).


Related Query

More Query from same tag