You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the datatype of the column that populates my x-axis is datetime64[ns, UTC]
I tried casting to different types, and also several different format settings on the plot. I couldnt get it to work. Rolling back plotly immediately fixed the bug
python versions used 3.13 and 3.10 no difference.
rolling back from plotly 6.0.1 to 5.24.1 fixed the formatting issue
The text was updated successfully, but these errors were encountered:
the x-axis of my graph is displaying as the ns value of the timestamp, 1715000000000000000, instead of the corresponding readable timestamp.
The code is
the datatype of the column that populates my x-axis is
datetime64[ns, UTC]
I tried casting to different types, and also several different format settings on the plot. I couldnt get it to work. Rolling back plotly immediately fixed the bug
python versions used 3.13 and 3.10 no difference.
rolling back from plotly 6.0.1 to 5.24.1 fixed the formatting issue
The text was updated successfully, but these errors were encountered: