How does plotly works with datetime ? Can't I plot datetime x datetime objects in plotly? This question is due to some problems when plotting "hours / minutes" in the y axis, it goes messy.
In the example my hours plot starts at 11:13 and ends at 10:54, but the range is 08:33 to 11:55
When plotting in matplotlib, it recognizes the range ( what I want) but in dash it creates a ladder from the lowest values to the highest values
Yes, I've already tried to 'yaxis':{tickformat:'%HH:%MM:%SS'

