Date range error with numeric color

I think I found a bug in R plot_ly. The following code produces this graph. The range of the date axis is incorrect.

plot_ly(y = sample(100)
, x = as.POSIXct(seq.Date(Sys.Date(), length.out = 100, by = ‘-75 days’))
, color = rnorm(100))