You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d<-data.frame(x=1, y=1)
p<- ggplot(d, aes(x, y)) +
geom_area() +
geom_point()
ggplotly(p)
#> Warning in min(diff(unique_loc)) :#> no non-missing arguments to min; returning Inf#> Error in order(dat[["x"]]) : argument 1 is not a vector
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Discovered via #2207
Minimal reprex:
The text was updated successfully, but these errors were encountered: