Eli Richter

Results 1 issues of Eli Richter

In `plotly 4.10.4` a bar plot with only one date observation shows actually multiple ticks when the ticks' format is converted. Here a minimal reproducible example: ```r library(dplyr) library(plotly) df...