Open
Description
The following will not work when the timestamp column is a DateTimeColumn instead of a DateColumn:
Figure timeseries = TimeSeriesPlot.create("Ask price", t, "timestamp", "ask_price", "series");
java.lang.ClassCastException: tech.tablesaw.api.DateTimeColumn cannot be cast to tech.tablesaw.api.DateColumn
at tech.tablesaw.table.Relation.dateColumn(Relation.java:444)
at tech.tablesaw.plotly.api.TimeSeriesPlot.create(TimeSeriesPlot.java:27)