Migrated to the latest version of Plotly and have troubles to display date time data in a Scatter plot.
Using the same Python code passing Pandas DateTime columns:
3.1.1. give us the following output:
"x": ["2015-09-05 14:30:00", ...
3.2.0 give us:
"x": [1441463400000000000, ...